Completed
Pull Request — master (#3979)
by
unknown
07:34
created
src/Grid/Tools/Paginator.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\Tools;
4 4
 
5
-use Encore\Admin\Grid;
5
+use Encore\Admin\Grid;
6 6
 use Illuminate\Pagination\LengthAwarePaginator;
7 7
 
8 8
 class Paginator extends AbstractTool
Please login to merge, or discard this patch.
src/Grid/Tools/PerPageSelector.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\Tools;
4 4
 
5
-use Encore\Admin\Admin;
5
+use Encore\Admin\Admin;
6 6
 use Encore\Admin\Grid;
7 7
 
8 8
 class PerPageSelector extends AbstractTool
Please login to merge, or discard this patch.
src/Grid/Tools/QuickCreate.php 1 patch
Unused Use Statements   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -2,13 +2,13 @@
 block discarded – undo
2 2
 
3 3
 namespace Encore\Admin\Grid\Tools;
4 4
 
5
-use Encore\Admin\Admin;
6
-use Encore\Admin\Form\Field;
7
-use Encore\Admin\Form\Field\MultipleSelect;
8
-use Encore\Admin\Form\Field\Select;
9
-use Encore\Admin\Form\Field\Text;
10
-use Encore\Admin\Grid;
11
-use Illuminate\Contracts\Support\Renderable;
5
+use Encore\Admin\Admin;
6
+use Encore\Admin\Form\Field;
7
+use Encore\Admin\Form\Field\MultipleSelect;
8
+use Encore\Admin\Form\Field\Select;
9
+use Encore\Admin\Form\Field\Text;
10
+use Encore\Admin\Grid;
11
+use Illuminate\Contracts\Support\Renderable;
12 12
 use Illuminate\Support\Collection;
13 13
 
14 14
 class QuickCreate implements Renderable
Please login to merge, or discard this patch.
src/Grid/Tools/QuickSearch.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\Tools;
4 4
 
5
-use Encore\Admin\Grid\Concerns\HasQuickSearch;
5
+use Encore\Admin\Grid\Concerns\HasQuickSearch;
6 6
 use Illuminate\Support\Arr;
7 7
 
8 8
 class QuickSearch extends AbstractTool
Please login to merge, or discard this patch.
src/Grid/Tools/Selector.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\Tools;
4 4
 
5
-use Illuminate\Contracts\Support\Renderable;
6
-use Illuminate\Support\Arr;
7
-use Illuminate\Support\Collection;
5
+use Illuminate\Contracts\Support\Renderable;
6
+use Illuminate\Support\Arr;
7
+use Illuminate\Support\Collection;
8 8
 use Illuminate\Support\Str;
9 9
 
10 10
 class Selector implements Renderable
Please login to merge, or discard this patch.
src/Grid/Tools/TotalRow.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\Tools;
4 4
 
5
-use Encore\Admin\Grid\Column;
6
-use Illuminate\Database\Query\Builder;
7
-use Illuminate\Support\Arr;
5
+use Encore\Admin\Grid\Column;
6
+use Illuminate\Database\Query\Builder;
7
+use Illuminate\Support\Arr;
8 8
 use Illuminate\Support\Collection;
9 9
 
10 10
 class TotalRow extends AbstractTool
Please login to merge, or discard this patch.
src/Layout/Column.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\Layout;
4 4
 
5
-use Encore\Admin\Grid;
5
+use Encore\Admin\Grid;
6 6
 use Illuminate\Contracts\Support\Renderable;
7 7
 
8 8
 class Column implements Buildable
Please login to merge, or discard this patch.
src/Layout/Content.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\Layout;
4 4
 
5
-use Closure;
6
-use Illuminate\Contracts\Support\Renderable;
5
+use Closure;
6
+use Illuminate\Contracts\Support\Renderable;
7 7
 use Illuminate\Support\Arr;
8 8
 
9 9
 class Content implements Renderable
Please login to merge, or discard this patch.
src/Middleware/LogOperation.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\Middleware;
4 4
 
5
-use Encore\Admin\Auth\Database\OperationLog as OperationLogModel;
6
-use Encore\Admin\Facades\Admin;
7
-use Illuminate\Http\Request;
5
+use Encore\Admin\Auth\Database\OperationLog as OperationLogModel;
6
+use Encore\Admin\Facades\Admin;
7
+use Illuminate\Http\Request;
8 8
 use Illuminate\Support\Str;
9 9
 
10 10
 class LogOperation
Please login to merge, or discard this patch.