Completed
Pull Request — master (#4824)
by
unknown
17:35
created
src/Form/Field/HasValuePicker.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\Admin;
6 6
 use Encore\Admin\Form\Field;
7
-use Illuminate\Support\Arr;
8 7
 
9 8
 /**
10 9
  * @mixin Field
Please login to merge, or discard this patch.
src/Grid/Concerns/CanDoubleClick.php 1 patch
Unused Use Statements   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -20,6 +20,4 @@
 block discarded – undo
20 20
 });
21 21
 SCRIPT);
22 22
 
23
-        return $this;
24
-    }
25
-}
23
+        return $this
26 24
\ No newline at end of file
Please login to merge, or discard this patch.
src/Grid/Column.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Encore\Admin\Grid;
4 4
 
5
-use Carbon\Carbon;
6 5
 use Closure;
7 6
 use Encore\Admin\Actions\RowAction;
8 7
 use Encore\Admin\Grid;
Please login to merge, or discard this patch.
src/Form.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use Illuminate\Database\Eloquent\Model;
19 19
 use Illuminate\Database\Eloquent\Relations;
20 20
 use Illuminate\Database\Eloquent\SoftDeletes;
21
-use Illuminate\Http\Request;
22 21
 use Illuminate\Support\Arr;
23 22
 use Illuminate\Support\Facades\DB;
24 23
 use Illuminate\Support\MessageBag;
Please login to merge, or discard this patch.