Completed
Pull Request — master (#114)
by Bart
05:36
created
src/Models/Data.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/ConsoleCommands/ImportCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Services/Fields.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
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.
Please login to merge, or discard this patch.
src/Services/Plugins.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.