@@ -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; |
@@ -4,9 +4,7 @@ |
||
4 | 4 | |
5 | 5 | use Symfony\Component\HttpFoundation\Response; |
6 | 6 | use Twig_Environment; |
7 | -use Models\User\Base\UserQuery; |
|
8 | 7 | use Symfony\Component\VarDumper\VarDumper; |
9 | - |
|
10 | 8 | use Models\User\UserRepo; |
11 | 9 | |
12 | 10 | class IndexController |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Models\User; |
4 | 4 | |
5 | 5 | use Propel\Runtime\ActiveRecord\ActiveRecordInterface; |
6 | - |
|
7 | 6 | use Models\User\User; |
8 | 7 | use Models\User\UserQuery; |
9 | 8 |
@@ -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; |