Completed
Pull Request — master (#2901)
by
unknown
02:18
created
src/Form/Field/Embeds.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 Encore\Admin\Form\EmbeddedForm;
6 6
 use Encore\Admin\Form\Field;
7 7
 use Illuminate\Support\Facades\Validator;
8
-use Illuminate\Support\Str;
9 8
 
10 9
 class Embeds extends Field
11 10
 {
Please login to merge, or discard this patch.
src/Form/Field/HasMany.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use Illuminate\Database\Eloquent\Relations\HasMany as Relation;
10 10
 use Illuminate\Database\Eloquent\Relations\MorphMany;
11 11
 use Illuminate\Support\Facades\Validator;
12
-use Illuminate\Support\Str;
13 12
 
14 13
 /**
15 14
  * Class HasMany.
Please login to merge, or discard this patch.