ソースを参照

[SecurityBundle] fixed typo

Fabien Potencier 14 年 前
コミット
532bbbde30

+ 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;