@@ -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 | /** |
@@ -6,7 +6,6 @@ |
||
| 6 | 6 | use CMSFactory\assetManager; |
| 7 | 7 | use Currency\Currency; |
| 8 | 8 | use Exception; |
| 9 | -use MY_Controller; |
|
| 10 | 9 | use phpMorphy; |
| 11 | 10 | use phpMorphy_Exception; |
| 12 | 11 | use SBrands; |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use MY_Controller; |
| 6 | 6 | use SProductPropertiesDataQuery; |
| 7 | -use SProducts; |
|
| 8 | 7 | |
| 9 | 8 | /** |
| 10 | 9 | * Class ShopProductMetaManipulator |
@@ -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; |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | use Category\CategoryApi; |
| 4 | 4 | use CMSFactory\assetManager; |
| 5 | 5 | use CMSFactory\Events; |
| 6 | -use Currency\Currency; |
|
| 7 | 6 | |
| 8 | 7 | (defined('BASEPATH')) OR exit('No direct script access allowed'); |
| 9 | 8 | |