diff --git a/PHPCI/Command/InstallCommand.php b/PHPCI/Command/InstallCommand.php index e5317261..e4af4722 100644 --- a/PHPCI/Command/InstallCommand.php +++ b/PHPCI/Command/InstallCommand.php @@ -21,7 +21,7 @@ use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Input\InputOption; use Symfony\Component\Console\Output\OutputInterface; use Symfony\Component\Console\Helper\DialogHelper; -use PHPCI\Model\User; +use PHPCI\Service\UserService; /**