Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
z-song authored and StyleCIBot committed Mar 4, 2020
1 parent 769f4fa commit 663d730
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion src/Form/Field/Map.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Map extends Field
{
protected $value = [
'lat' => null,
'lng' => null
'lng' => null,
];

/**
Expand Down
1 change: 0 additions & 1 deletion tests/controllers/ImageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class ImageController extends AdminController
*/
protected function grid()
{

$grid = new Grid(new Image());

$grid->id('ID')->sortable();
Expand Down
1 change: 0 additions & 1 deletion tests/controllers/MultipleImageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ protected function grid()
*/
protected function form()
{

$form = new Form(new MultipleImage());

$form->display('id', 'ID');
Expand Down
4 changes: 0 additions & 4 deletions tests/controllers/UserController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,9 @@

namespace Tests\Controllers;

use App\Http\Controllers\Controller;
use Encore\Admin\Controllers\AdminController;
use Encore\Admin\Controllers\ModelForm;
use Encore\Admin\Facades\Admin;
use Encore\Admin\Form;
use Encore\Admin\Grid;
use Encore\Admin\Layout\Content;
use Tests\Models\Tag;
use Tests\Models\User;

Expand Down

0 comments on commit 663d730

Please sign in to comment.