@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Encore\Admin\Grid\Filter; |
4 | 4 | |
5 | -use Encore\Admin\Admin; |
|
6 | -use Illuminate\Support\Arr; |
|
5 | +use Encore\Admin\Admin; |
|
6 | +use Illuminate\Support\Arr; |
|
7 | 7 | use Illuminate\Support\Collection; |
8 | 8 | |
9 | 9 | class Group extends AbstractFilter |
@@ -2,7 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace Encore\Admin\Grid\Filter\Presenter; |
4 | 4 | |
5 | -use Encore\Admin\Facades\Admin; |
|
5 | +use Encore\Admin\Facades\Admin; |
|
6 | 6 | use Illuminate\Contracts\Support\Arrayable; |
7 | 7 | |
8 | 8 | class Radio extends Presenter |
@@ -2,9 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace Encore\Admin\Grid\Filter\Presenter; |
4 | 4 | |
5 | -use Encore\Admin\Facades\Admin; |
|
6 | -use Illuminate\Contracts\Support\Arrayable; |
|
7 | -use Illuminate\Database\Eloquent\Model; |
|
5 | +use Encore\Admin\Facades\Admin; |
|
6 | +use Illuminate\Contracts\Support\Arrayable; |
|
7 | +use Illuminate\Database\Eloquent\Model; |
|
8 | 8 | use Illuminate\Support\Arr; |
9 | 9 | |
10 | 10 | class Select extends Presenter |
@@ -2,17 +2,17 @@ |
||
2 | 2 | |
3 | 3 | namespace Encore\Admin\Grid; |
4 | 4 | |
5 | -use Encore\Admin\Grid; |
|
6 | -use Encore\Admin\Middleware\Pjax; |
|
7 | -use Illuminate\Database\Eloquent\Model as EloquentModel; |
|
8 | -use Illuminate\Database\Eloquent\Relations\BelongsTo; |
|
9 | -use Illuminate\Database\Eloquent\Relations\HasMany; |
|
10 | -use Illuminate\Database\Eloquent\Relations\HasOne; |
|
11 | -use Illuminate\Database\Eloquent\Relations\Relation; |
|
12 | -use Illuminate\Pagination\LengthAwarePaginator; |
|
13 | -use Illuminate\Support\Arr; |
|
14 | -use Illuminate\Support\Collection; |
|
15 | -use Illuminate\Support\Facades\Request; |
|
5 | +use Encore\Admin\Grid; |
|
6 | +use Encore\Admin\Middleware\Pjax; |
|
7 | +use Illuminate\Database\Eloquent\Model as EloquentModel; |
|
8 | +use Illuminate\Database\Eloquent\Relations\BelongsTo; |
|
9 | +use Illuminate\Database\Eloquent\Relations\HasMany; |
|
10 | +use Illuminate\Database\Eloquent\Relations\HasOne; |
|
11 | +use Illuminate\Database\Eloquent\Relations\Relation; |
|
12 | +use Illuminate\Pagination\LengthAwarePaginator; |
|
13 | +use Illuminate\Support\Arr; |
|
14 | +use Illuminate\Support\Collection; |
|
15 | +use Illuminate\Support\Facades\Request; |
|
16 | 16 | use Illuminate\Support\Str; |
17 | 17 | |
18 | 18 | class Model |
@@ -2,13 +2,13 @@ |
||
2 | 2 | |
3 | 3 | namespace Encore\Admin\Grid; |
4 | 4 | |
5 | -use Encore\Admin\Actions\GridAction; |
|
6 | -use Encore\Admin\Grid; |
|
7 | -use Encore\Admin\Grid\Tools\AbstractTool; |
|
8 | -use Encore\Admin\Grid\Tools\BatchActions; |
|
9 | -use Encore\Admin\Grid\Tools\FilterButton; |
|
10 | -use Illuminate\Contracts\Support\Htmlable; |
|
11 | -use Illuminate\Contracts\Support\Renderable; |
|
5 | +use Encore\Admin\Actions\GridAction; |
|
6 | +use Encore\Admin\Grid; |
|
7 | +use Encore\Admin\Grid\Tools\AbstractTool; |
|
8 | +use Encore\Admin\Grid\Tools\BatchActions; |
|
9 | +use Encore\Admin\Grid\Tools\FilterButton; |
|
10 | +use Illuminate\Contracts\Support\Htmlable; |
|
11 | +use Illuminate\Contracts\Support\Renderable; |
|
12 | 12 | use Illuminate\Support\Collection; |
13 | 13 | |
14 | 14 | class Tools implements Renderable |
@@ -2,7 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace Encore\Admin\Grid\Tools; |
4 | 4 | |
5 | -use Encore\Admin\Admin; |
|
5 | +use Encore\Admin\Admin; |
|
6 | 6 | use Illuminate\Support\Collection; |
7 | 7 | |
8 | 8 | class BatchActions extends AbstractTool |
@@ -2,7 +2,7 @@ |
||
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 ExportButton extends AbstractTool |
@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Encore\Admin\Grid\Tools; |
4 | 4 | |
5 | -use Encore\Admin\Admin; |
|
6 | -use Encore\Admin\Grid; |
|
5 | +use Encore\Admin\Admin; |
|
6 | +use Encore\Admin\Grid; |
|
7 | 7 | use Illuminate\Support\Collection; |
8 | 8 | |
9 | 9 | class FixColumns |
@@ -2,9 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace Encore\Admin\Grid\Tools; |
4 | 4 | |
5 | -use Encore\Admin\Grid; |
|
6 | -use Illuminate\Contracts\Support\Htmlable; |
|
7 | -use Illuminate\Contracts\Support\Renderable; |
|
5 | +use Encore\Admin\Grid; |
|
6 | +use Illuminate\Contracts\Support\Htmlable; |
|
7 | +use Illuminate\Contracts\Support\Renderable; |
|
8 | 8 | use Illuminate\Database\Query\Builder; |
9 | 9 | |
10 | 10 | class Footer extends AbstractTool |