Browse Source

[SecurityBundle] fixed typo

Fabien Potencier 14 years ago
parent
commit
9ceaf6fcbe
1 changed files with 1 additions and 1 deletions
  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