[SecurityBundle] fixed typo

This commit is contained in:
Fabien Potencier 2011-01-27 14:49:56 +01:00
parent d5b540a4fe
commit 532bbbde30

View File

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