Completed
Push — master ( bf1d56...395b4b )
by Song
02:54
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\Arr;
8
-use Illuminate\Support\Facades\Validator;
9 8
 use Illuminate\Support\Str;
10 9
 
11 10
 class Embeds extends Field
Please login to merge, or discard this patch.
src/Form/Field/File.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Encore\Admin\Form\Field;
6 6
 use Illuminate\Support\Arr;
7
-use Illuminate\Support\Facades\Validator;
8 7
 use Symfony\Component\HttpFoundation\File\UploadedFile;
9 8
 
10 9
 class File extends Field
Please login to merge, or discard this patch.