@@ -6,7 +6,6 @@ |
||
6 | 6 | use Twig_Environment; |
7 | 7 | use Core\Models\User\UserRepository; |
8 | 8 | use DebugBar\StandardDebugBar; |
9 | -use Frameworkless\Helpers\Debug; |
|
10 | 9 | |
11 | 10 | class IndexController |
12 | 11 | { |
@@ -11,7 +11,6 @@ |
||
11 | 11 | use Propel\Runtime\ActiveQuery\Criteria; |
12 | 12 | use Propel\Runtime\ActiveQuery\ModelCriteria; |
13 | 13 | use Propel\Runtime\ActiveRecord\ActiveRecordInterface; |
14 | -use Propel\Runtime\Collection\Collection; |
|
15 | 14 | use Propel\Runtime\Connection\ConnectionInterface; |
16 | 15 | use Propel\Runtime\Exception\BadMethodCallException; |
17 | 16 | use Propel\Runtime\Exception\LogicException; |
@@ -11,7 +11,6 @@ |
||
11 | 11 | use Propel\Runtime\ActiveQuery\Criteria; |
12 | 12 | use Propel\Runtime\ActiveQuery\ModelCriteria; |
13 | 13 | use Propel\Runtime\ActiveRecord\ActiveRecordInterface; |
14 | -use Propel\Runtime\Collection\Collection; |
|
15 | 14 | use Propel\Runtime\Connection\ConnectionInterface; |
16 | 15 | use Propel\Runtime\Exception\BadMethodCallException; |
17 | 16 | use Propel\Runtime\Exception\LogicException; |
@@ -11,7 +11,6 @@ |
||
11 | 11 | use Propel\Runtime\ActiveQuery\Criteria; |
12 | 12 | use Propel\Runtime\ActiveQuery\ModelCriteria; |
13 | 13 | use Propel\Runtime\ActiveRecord\ActiveRecordInterface; |
14 | -use Propel\Runtime\Collection\Collection; |
|
15 | 14 | use Propel\Runtime\Connection\ConnectionInterface; |
16 | 15 | use Propel\Runtime\Exception\BadMethodCallException; |
17 | 16 | use Propel\Runtime\Exception\LogicException; |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use Symfony\Component\Console\Input\InputInterface; |
7 | 7 | use Symfony\Component\Console\Output\OutputInterface; |
8 | 8 | use Symfony\Component\Console\Input\InputArgument; |
9 | -use Symfony\Component\Console\Input\InputOption; |
|
10 | 9 | use Symfony\Component\Finder\Finder; |
11 | 10 | |
12 | 11 | class Console extends Application |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use Symfony\Component\Console\Input\InputInterface; |
7 | 7 | use Symfony\Component\Console\Output\OutputInterface; |
8 | 8 | use Symfony\Component\Console\Input\InputArgument; |
9 | -use Symfony\Component\Console\Input\InputOption; |
|
10 | 9 | use Symfony\Component\Finder\Finder; |
11 | 10 | |
12 | 11 | class Console extends Application |