瀏覽代碼

[SecurityBundle] fixed typo

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