Completed
Push — dev ( 070865...8e4a13 )
by Marc
02:14
created
src/Fields/FieldWrapper.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@
 block discarded – undo
27 27
     /**
28 28
      * Field constructor.
29 29
      * @param FieldInterface|TypeInterface $field
30
-     * @param null $relation
31 30
      */
32 31
     public function __construct(FieldInterface $field)
33 32
     {
Please login to merge, or discard this patch.
src/Model/Model.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,5 @@
 block discarded – undo
1 1
 <?php namespace Mascame\Artificer\Model;
2 2
 
3
-use Illuminate\Contracts\Database\ModelIdentifier;
4 3
 use View;
5 4
 use Route;
6 5
 use \Illuminate\Support\Str as Str;
Please login to merge, or discard this patch.
src/Fields/FieldFactory.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 Mascame\Artificer\Model\Model;
6 6
 use \Illuminate\Support\Str as Str;
7 7
 use Mascame\Artificer\Fields\FieldWrapper;
8
-use Mascame\Formality\Field\Field;
9 8
 
10 9
 class FieldFactory extends \Mascame\Formality\Factory\Factory
11 10
 {
Please login to merge, or discard this patch.