Merge branch 'master' of github.com:Gregwar/CaptchaBundle
This commit is contained in:
commit
95b28d9cec
|
@ -2,8 +2,6 @@
|
||||||
|
|
||||||
namespace Gregwar\CaptchaBundle\Generator;
|
namespace Gregwar\CaptchaBundle\Generator;
|
||||||
|
|
||||||
use Symfony\Component\Finder\Finder;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Builds a new captcha image
|
* Builds a new captcha image
|
||||||
* Uses the fingerprint parameter, if one is passed, to generate the same image
|
* Uses the fingerprint parameter, if one is passed, to generate the same image
|
||||||
|
|
|
@ -2,10 +2,6 @@
|
||||||
|
|
||||||
namespace Gregwar\CaptchaBundle\Generator;
|
namespace Gregwar\CaptchaBundle\Generator;
|
||||||
|
|
||||||
use Symfony\Component\Finder\Finder;
|
|
||||||
use Symfony\Component\HttpFoundation\Session\SessionInterface;
|
|
||||||
use Symfony\Component\Routing\RouterInterface;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Generates random phrase
|
* Generates random phrase
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue