From 04a1284117e58a596d75a209828a389b615f6665 Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Fri, 25 Jul 2014 20:49:42 +0100 Subject: [PATCH] Fixing #527 --- PHPCI/Command/InstallCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; /**