@@ -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; |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use Craft; |
6 | 6 | use craft\base\Model; |
7 | 7 | use craft\fields\PlainText; |
8 | -use craft\models\FieldLayout; |
|
9 | 8 | |
10 | 9 | /** |
11 | 10 | * Schematic Fields Service. |
@@ -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; |