Apply fixes from StyleCI
This commit is contained in:
parent
673b9e2d7c
commit
d9de884de3
3 changed files with 2 additions and 5 deletions
|
@ -14,7 +14,7 @@ return [
|
|||
|
|
||||
*/
|
||||
'bind_js_vars_to_this_view' => [
|
||||
'layouts.master'
|
||||
'layouts.master',
|
||||
],
|
||||
|
||||
/*
|
||||
|
@ -27,6 +27,6 @@ return [
|
|||
| That way, you can access vars, like "SomeNamespace.someVariable."
|
||||
|
|
||||
*/
|
||||
'js_namespace' => 'Pterodactyl'
|
||||
'js_namespace' => 'Pterodactyl',
|
||||
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue