@@ -8,7 +8,6 @@ |
||
8 | 8 | use Propel\Runtime\ActiveQuery\Criteria; |
9 | 9 | use Propel\Runtime\ActiveQuery\ModelCriteria; |
10 | 10 | use Propel\Runtime\ActiveRecord\ActiveRecordInterface; |
11 | -use Propel\Runtime\Collection\Collection; |
|
12 | 11 | use Propel\Runtime\Connection\ConnectionInterface; |
13 | 12 | use Propel\Runtime\Exception\BadMethodCallException; |
14 | 13 | use Propel\Runtime\Exception\LogicException; |
@@ -8,7 +8,6 @@ |
||
8 | 8 | use Propel\Runtime\ActiveQuery\Criteria; |
9 | 9 | use Propel\Runtime\ActiveQuery\ModelCriteria; |
10 | 10 | use Propel\Runtime\ActiveRecord\ActiveRecordInterface; |
11 | -use Propel\Runtime\Collection\Collection; |
|
12 | 11 | use Propel\Runtime\Connection\ConnectionInterface; |
13 | 12 | use Propel\Runtime\Exception\BadMethodCallException; |
14 | 13 | use Propel\Runtime\Exception\LogicException; |
@@ -1,8 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | 3 | use CMSFactory\Events; |
4 | -use core\models\Route; |
|
5 | -use core\models\RouteQuery; |
|
6 | 4 | use template_manager\classes\TemplateManager; |
7 | 5 | |
8 | 6 | if (!defined('BASEPATH')) { |
@@ -1,6 +1,5 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -use CMSFactory\DependencyInjection\DependencyInjectionProvider; |
|
4 | 3 | use CMSFactory\Events; |
5 | 4 | use core\src\CoreFactory; |
6 | 5 |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace core\models; |
4 | 4 | |
5 | 5 | use core\models\Base\Route as BaseRoute; |
6 | -use core\src\CoreConfiguration; |
|
7 | 6 | use core\src\CoreFactory; |
8 | 7 | use Propel\Runtime\ActiveQuery\Criteria; |
9 | 8 | use Propel\Runtime\Collection\ObjectCollection; |
@@ -4,7 +4,6 @@ |
||
4 | 4 | use CMSFactory\Events; |
5 | 5 | use core\src\Exception\PageNotFoundException; |
6 | 6 | use Doctrine\Common\Cache\CacheProvider; |
7 | - |
|
8 | 7 | use Symfony\Component\Debug\Debug; |
9 | 8 | use Symfony\Component\Debug\DebugClassLoader; |
10 | 9 | use Symfony\Component\Debug\ErrorHandler; |