@@ -27,7 +27,6 @@ |
||
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 | { |
@@ -1,7 +1,6 @@ |
||
1 | 1 | <?php namespace Mascame\Artificer\Fields\Types; |
2 | 2 | |
3 | 3 | use Form; |
4 | -use Input; |
|
5 | 4 | |
6 | 5 | class Text extends \Mascame\Formality\Types\Text |
7 | 6 | { |
@@ -1,6 +1,5 @@ |
||
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; |