Use user service to manage user on admin command.

This commit is contained in:
Marco Vito Moscaritolo 2015-05-31 11:06:19 +02:00
parent 74ed1b14e1
commit e4e08e32b0

View file

@ -11,7 +11,6 @@ namespace PHPCI\Command;
use PHPCI\Service\UserService;
use PHPCI\Helper\Lang;
use PHPCI\Store\UserStore;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;