Bläddra i källkod

[SecurityBundle] fixed typo

Fabien Potencier 14 år sedan
förälder
incheckning
9ceaf6fcbe
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/Symfony/Bundle/SecurityBundle/Command/InitAclCommand.php

+ 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