Completed
Push — development ( 67765c...7029e6 )
by Andrij
18:12
created
application/modules/admin/categories.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,6 @@
 block discarded – undo
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')) {
Please login to merge, or discard this patch.
application/modules/core/core.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use CMSFactory\DependencyInjection\DependencyInjectionProvider;
4 3
 use CMSFactory\Events;
5 4
 use core\src\CoreFactory;
6 5
 
Please login to merge, or discard this patch.
application/modules/core/models/Route.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
application/modules/core/src/Kernel.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.