Apply fixes from StyleCI

This commit is contained in:
Dane Everitt 2017-01-03 22:46:30 +00:00 committed by StyleCI Bot
parent 673b9e2d7c
commit d9de884de3
3 changed files with 2 additions and 5 deletions

View file

@ -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',
];