@@ -2,9 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace NerdsAndCompany\Schematic\Models; |
4 | 4 | |
5 | -use Craft; |
|
6 | 5 | use craft\base\Model; |
7 | -use Craft\AttributeType; |
|
8 | 6 | use Craft\Exception; |
9 | 7 | use Symfony\Component\Yaml\Yaml; |
10 | 8 |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace NerdsAndCompany\Schematic\ConsoleCommands; |
4 | 4 | |
5 | 5 | use Craft; |
6 | -use craft\helpers\FileHelper; |
|
7 | 6 | use NerdsAndCompany\Schematic\Interfaces\MappingInterface; |
8 | 7 | use NerdsAndCompany\Schematic\Models\Data; |
9 | 8 | use NerdsAndCompany\Schematic\Schematic; |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace NerdsAndCompany\Schematic\Services; |
4 | 4 | |
5 | 5 | use Craft; |
6 | -use Craft\Exception; |
|
7 | 6 | use craft\base\Plugin; |
8 | 7 | use yii\base\Component as BaseComponent; |
9 | 8 | use NerdsAndCompany\Schematic\Interfaces\MappingInterface; |
@@ -8,7 +8,6 @@ |
||
8 | 8 | use NerdsAndCompany\Schematic\Behaviors\SourcesBehavior; |
9 | 9 | use NerdsAndCompany\Schematic\Interfaces\MappingInterface; |
10 | 10 | use NerdsAndCompany\Schematic\Schematic; |
11 | -use LogicException; |
|
12 | 11 | |
13 | 12 | /** |
14 | 13 | * Schematic Base Service. |