Completed
Pull Request — master (#2433)
by
unknown
02:52
created
resources/lang/tr/admin.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -98,5 +98,5 @@
 block discarded – undo
98 98
         'filter_placeholder' => 'Filtrele',
99 99
     ],
100 100
 
101
-	'menu_titles' => [],
101
+    'menu_titles' => [],
102 102
 ];
Please login to merge, or discard this patch.
src/Form/Field/UploadField.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;
6 6
 use Illuminate\Support\Facades\Storage;
7 7
 use Illuminate\Support\Facades\URL;
8
-use Illuminate\Support\MessageBag;
9 8
 use Symfony\Component\HttpFoundation\File\UploadedFile;
10 9
 
11 10
 trait UploadField
Please login to merge, or discard this patch.