Completed
Pull Request — development (#89)
by Nick
19:34 queued 07:38
created
application/modules/import_export/admin.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
2 2
 
3 3
 (defined('BASEPATH')) OR exit('No direct script access allowed');
4 4
 
5
-use import_export\classes\Logger as LOG;
5
+use import_export\classes\Logger as LOG;
6 6
 use import_export\classes\BaseImport as Imports;
7 7
 
8 8
 /**
Please login to merge, or discard this patch.
application/modules/template_manager/classes/Template.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace template_manager\classes;
4 4
 
5
-use Symfony\Component\Config\FileLocator;
6
-
7 5
 /**
8 6
  * Representing one template
9 7
  * Incapsulate info and methods for working with template
Please login to merge, or discard this patch.