Completed
Push — master ( 0258dc...71dd65 )
by Yaro
05:41
created
src/Jarboe/Table/Fields/Image.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,10 +4,10 @@
 block discarded – undo
4 4
 
5 5
 use Illuminate\Http\Request;
6 6
 use Illuminate\Http\UploadedFile;
7
-use Yaro\Jarboe\Table\Fields\Traits\Placeholder;
8
-use Yaro\Jarboe\Table\Fields\Traits\Storage;
9 7
 use Illuminate\Support\Facades\Storage as IlluminateStorage;
10 8
 use Intervention\Image\ImageManagerStatic as InterventionImage;
9
+use Yaro\Jarboe\Table\Fields\Traits\Placeholder;
10
+use Yaro\Jarboe\Table\Fields\Traits\Storage;
11 11
 
12 12
 class Image extends AbstractField
13 13
 {
Please login to merge, or discard this patch.
src/Jarboe/Table/Fields/Traits/Clipboard.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -2,10 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Yaro\Jarboe\Table\Fields\Traits;
4 4
 
5
-use Illuminate\Http\Request;
6
-use Illuminate\Http\UploadedFile;
7
-use Illuminate\Support\Facades\Storage as IlluminateStorage;
8
-
9 5
 trait Clipboard
10 6
 {
11 7
     protected $clipboard = false;
Please login to merge, or discard this patch.
src/Jarboe/Table/Fields/Traits/Tooltip.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -2,10 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Yaro\Jarboe\Table\Fields\Traits;
4 4
 
5
-use Illuminate\Http\Request;
6
-use Illuminate\Http\UploadedFile;
7
-use Illuminate\Support\Facades\Storage as IlluminateStorage;
8
-
9 5
 trait Tooltip
10 6
 {
11 7
     protected $tooltip;
Please login to merge, or discard this patch.
src/Jarboe/Http/Middleware/AdminCheck.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Yaro\Jarboe\Http\Middleware;
4 4
 
5 5
 use Closure;
6
-use Illuminate\Support\Facades\Auth;
7 6
 
8 7
 class AdminCheck
9 8
 {
Please login to merge, or discard this patch.