Skip to content

Commit 3baa21a

Browse files
committed
StyleCI fixes.
1 parent 3114b7e commit 3baa21a

File tree

5 files changed

+2
-6
lines changed

5 files changed

+2
-6
lines changed

app/Http/Controllers/Server/ServerController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
use Log;
2929
use Uuid;
3030
use Alert;
31-
use Javascript;
3231
use Pterodactyl\Models;
3332
use Illuminate\Http\Request;
3433
use Pterodactyl\Exceptions\DisplayException;

app/Http/Controllers/Server/SubuserController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
use Log;
2929
use Auth;
3030
use Alert;
31-
use Javascript;
3231
use Pterodactyl\Models;
3332
use Illuminate\Http\Request;
3433
use Pterodactyl\Exceptions\DisplayException;

app/Http/Controllers/Server/TaskController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626

2727
use Log;
2828
use Alert;
29-
use Javascript;
3029
use Pterodactyl\Models;
3130
use Illuminate\Http\Request;
3231
use Pterodactyl\Repositories;

app/Models/Server.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,12 +198,12 @@ public function js($additional = null, $overwrite = null)
198198
'uuid',
199199
'uuidShort',
200200
'daemonSecret',
201-
'username'
201+
'username',
202202
]),
203203
'node' => collect($this->node)->only([
204204
'fqdn',
205205
'scheme',
206-
'daemonListen'
206+
'daemonListen',
207207
]),
208208
];
209209

app/Repositories/Daemon/FileRepository.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626

2727
use Exception;
2828
use GuzzleHttp\Client;
29-
use Pterodactyl\Models\Node;
3029
use Pterodactyl\Models\Server;
3130
use Pterodactyl\Exceptions\DisplayException;
3231
use Pterodactyl\Repositories\HelperRepository;

0 commit comments

Comments
 (0)