Completed
Pull Request — master (#4696)
by
unknown
02:30
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/Auth/Database/Permission.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace Encore\Admin\Auth\Database;
4 4
 
5
-use Encore\Admin\Traits\DefaultDatetimeFormat;
6
-use Illuminate\Database\Eloquent\Model;
7
-use Illuminate\Database\Eloquent\Relations\BelongsToMany;
8
-use Illuminate\Http\Request;
5
+use Encore\Admin\Traits\DefaultDatetimeFormat;
6
+use Illuminate\Database\Eloquent\Model;
7
+use Illuminate\Database\Eloquent\Relations\BelongsToMany;
8
+use Illuminate\Http\Request;
9 9
 use Illuminate\Support\Str;
10 10
 
11 11
 class Permission extends Model
Please login to merge, or discard this patch.