@@ -2,7 +2,7 @@ |
||
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 | /** |
@@ -2,8 +2,6 @@ |
||
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 |