Completed
Pull Request — master (#3979)
by
unknown
07:34
created
src/Grid/Column/HasHeader.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Encore\Admin\Grid\Column;
4 4
 
5
-use Encore\Admin\Grid\Column;
6
-use Encore\Admin\Grid\Model;
7
-use Illuminate\Contracts\Support\Htmlable;
5
+use Encore\Admin\Grid\Column;
6
+use Encore\Admin\Grid\Model;
7
+use Illuminate\Contracts\Support\Htmlable;
8 8
 use Illuminate\Contracts\Support\Renderable;
9 9
 
10 10
 trait HasHeader
Please login to merge, or discard this patch.
src/Grid/Column/InputFilter.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace Encore\Admin\Grid\Column;
4 4
 
5
-use Encore\Admin\Admin;
5
+use Encore\Admin\Admin;
6 6
 use Encore\Admin\Grid\Model;
7 7
 
8 8
 class InputFilter extends Filter
Please login to merge, or discard this patch.
src/Grid/Column/RangeFilter.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace Encore\Admin\Grid\Column;
4 4
 
5
-use Encore\Admin\Admin;
5
+use Encore\Admin\Admin;
6 6
 use Encore\Admin\Grid\Model;
7 7
 
8 8
 class RangeFilter extends Filter
Please login to merge, or discard this patch.
src/Grid/Concerns/CanFixColumns.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace Encore\Admin\Grid\Concerns;
4 4
 
5
-use Encore\Admin\Grid\Tools\FixColumns;
5
+use Encore\Admin\Grid\Tools\FixColumns;
6 6
 use Illuminate\Support\Collection;
7 7
 
8 8
 trait CanFixColumns
Please login to merge, or discard this patch.
src/Grid/Concerns/CanHidesColumns.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Encore\Admin\Grid\Concerns;
4 4
 
5
-use Encore\Admin\Grid;
6
-use Encore\Admin\Grid\Tools\ColumnSelector;
5
+use Encore\Admin\Grid;
6
+use Encore\Admin\Grid\Tools\ColumnSelector;
7 7
 use Illuminate\Support\Collection;
8 8
 
9 9
 trait CanHidesColumns
Please login to merge, or discard this patch.
src/Grid/Concerns/HasActions.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace Encore\Admin\Grid\Concerns;
4 4
 
5
-use Closure;
5
+use Closure;
6 6
 use Encore\Admin\Grid;
7 7
 
8 8
 trait HasActions
Please login to merge, or discard this patch.
src/Grid/Concerns/HasFilter.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Encore\Admin\Grid\Concerns;
4 4
 
5
-use Closure;
6
-use Encore\Admin\Grid\Filter;
5
+use Closure;
6
+use Encore\Admin\Grid\Filter;
7 7
 use Illuminate\Support\Collection;
8 8
 
9 9
 trait HasFilter
Please login to merge, or discard this patch.
src/Grid/Concerns/HasSelector.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace Encore\Admin\Grid\Concerns;
4 4
 
5
-use Encore\Admin\Grid;
5
+use Encore\Admin\Grid;
6 6
 use Encore\Admin\Grid\Tools\Selector;
7 7
 
8 8
 /**
Please login to merge, or discard this patch.
src/Grid/Concerns/HasTools.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace Encore\Admin\Grid\Concerns;
4 4
 
5
-use Closure;
5
+use Closure;
6 6
 use Encore\Admin\Grid\Tools;
7 7
 
8 8
 trait HasTools
Please login to merge, or discard this patch.