Apply php-cs-fixer fixes
This commit is contained in:
parent
ef1a092ca3
commit
cb3527cd35
|
|
@ -33,17 +33,17 @@ class PlayerController extends Controller
|
||||||
{
|
{
|
||||||
$grid = [
|
$grid = [
|
||||||
'layout' => [
|
'layout' => [
|
||||||
['md-6', 'md-6']
|
['md-6', 'md-6'],
|
||||||
],
|
],
|
||||||
'widgets' => [
|
'widgets' => [
|
||||||
[
|
[
|
||||||
[
|
[
|
||||||
'user.widgets.players.list',
|
'user.widgets.players.list',
|
||||||
'user.widgets.players.notice'
|
'user.widgets.players.notice',
|
||||||
],
|
],
|
||||||
['shared.previewer']
|
['shared.previewer'],
|
||||||
]
|
],
|
||||||
]
|
],
|
||||||
];
|
];
|
||||||
$grid = $filter->apply('grid:user.player', $grid);
|
$grid = $filter->apply('grid:user.player', $grid);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user