@@ -8,9 +8,7 @@ |
||
8 | 8 | |
9 | 9 | namespace nkostadinov\taxonomy\components\terms; |
10 | 10 | |
11 | -use Aws\S3\Exception\AccessDeniedException; |
|
12 | 11 | use nkostadinov\taxonomy\components\interfaces\ITaxonomyTermInterface; |
13 | -use nkostadinov\taxonomy\models\Taxonomy; |
|
14 | 12 | use nkostadinov\taxonomy\models\TaxonomyDef; |
15 | 13 | use nkostadinov\taxonomy\models\TaxonomyTerms; |
16 | 14 | use yii\base\Exception; |
@@ -13,7 +13,6 @@ |
||
13 | 13 | use yii\db\Migration; |
14 | 14 | use yii\db\Query; |
15 | 15 | use yii\db\Schema; |
16 | -use yii\helpers\ArrayHelper; |
|
17 | 16 | |
18 | 17 | class PropertyTerm extends BaseTerm { |
19 | 18 |
@@ -8,7 +8,6 @@ |
||
8 | 8 | use nkostadinov\taxonomy\models\TaxonomyDefSearch; |
9 | 9 | use yii\base\InvalidConfigException; |
10 | 10 | use yii\data\ActiveDataProvider; |
11 | -use yii\helpers\Url; |
|
12 | 11 | use yii\web\Controller; |
13 | 12 | use yii\web\NotFoundHttpException; |
14 | 13 | use yii\filters\VerbFilter; |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace nkostadinov\taxonomy\models; |
4 | 4 | |
5 | -use Yii; |
|
6 | 5 | use yii\base\Model; |
7 | 6 | use yii\data\ActiveDataProvider; |
8 | 7 | use nkostadinov\taxonomy\models\TaxonomyDef; |