瀏覽代碼

[SecurityBundle] fixed typo

Fabien Potencier 14 年之前
父節點
當前提交
9ceaf6fcbe
共有 1 個文件被更改,包括 1 次插入1 次删除
  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