@@ -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 | /** |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace template_manager\classes; |
| 4 | 4 | |
| 5 | 5 | use Exception; |
| 6 | -use Symfony\Component\Config\FileLocator; |
|
| 7 | 6 | use template_manager\classes\TemplateManager; |
| 8 | 7 | |
| 9 | 8 | /** |