Removing useless "use"
This commit is contained in:
parent
35405aca2e
commit
9e599febb0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue