Explorar el Código

[SecurityBundle] fixed typo

Fabien Potencier hace 14 años
padre
commit
532bbbde30
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/Symfony/Bundle/SecurityBundle/Command/InitAclCommand.php

+ 1 - 0
src/Symfony/Bundle/SecurityBundle/Command/InitAclCommand.php

@@ -11,6 +11,7 @@
 
 namespace Symfony\Bundle\SecurityBundle\Command;
 
+use Symfony\Bundle\FrameworkBundle\Command\Command;
 use Symfony\Component\Security\Acl\Dbal\Schema;
 use Symfony\Component\Console\Input\InputInterface;
 use Symfony\Component\Console\Output\OutputInterface;