Przeglądaj źródła

[SecurityBundle] fixed typo

Fabien Potencier 14 lat temu
rodzic
commit
9ceaf6fcbe

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

@@ -22,7 +22,7 @@ use Doctrine\DBAL\DriverManager;
  *
  * @author Johannes M. Schmitt <schmittjoh@gmail.com>
  */
-class InitAclCommand extends Command
+class InitAclCommand extends ContainerAwareCommand
 {
     /**
      * @see Command