forked from Alex/Pterodactyl-Panel
Apply fixes from StyleCI
This commit is contained in:
parent
673b9e2d7c
commit
d9de884de3
@ -31,7 +31,6 @@ use Alert;
|
||||
use Javascript;
|
||||
use Pterodactyl\Models;
|
||||
use Illuminate\Http\Request;
|
||||
use InvalidArgumentException;
|
||||
use Pterodactyl\Exceptions\DisplayException;
|
||||
use Pterodactyl\Http\Controllers\Controller;
|
||||
use Pterodactyl\Repositories\ServerRepository;
|
||||
|
@ -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',
|
||||
|
||||
];
|
||||
|
@ -1,7 +1,5 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Support\Facades\Schema;
|
||||
use Illuminate\Database\Schema\Blueprint;
|
||||
use Illuminate\Database\Migrations\Migration;
|
||||
|
||||
class FixMisnamedOptionTag extends Migration
|
||||
|
Loading…
Reference in New Issue
Block a user