@@ -5,7 +5,6 @@ |
||
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 |
@@ -4,7 +4,6 @@ |
||
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 |