@@ -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; |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace NerdsAndCompany\Schematic\Models; |
4 | 4 | |
5 | -use Craft; |
|
6 | 5 | use craft\base\Model; |
7 | 6 | use Symfony\Component\Yaml\Yaml; |
8 | 7 |