Skip to content

Commit 548affb

Browse files
authored
Fix linting (pterodactyl#4504)
1 parent 5f57e63 commit 548affb

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

app/Http/Controllers/Admin/Servers/ServerTransferController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
use Illuminate\Http\Request;
66
use Pterodactyl\Models\Server;
7-
use Prologue\Alerts\AlertsMessageBag;
87
use Illuminate\Http\RedirectResponse;
8+
use Prologue\Alerts\AlertsMessageBag;
99
use Pterodactyl\Models\ServerTransfer;
1010
use Pterodactyl\Http\Controllers\Controller;
1111
use Pterodactyl\Services\Servers\TransferService;

app/Models/Model.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
namespace Pterodactyl\Models;
44

5+
use Carbon\CarbonImmutable;
56
use Illuminate\Support\Arr;
67
use Illuminate\Support\Str;
7-
use Carbon\CarbonImmutable;
88
use Illuminate\Support\Carbon;
99
use Illuminate\Validation\Rule;
1010
use Illuminate\Container\Container;

app/Models/UserSSHKey.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
* @method static \Illuminate\Database\Eloquent\Builder|UserSSHKey whereUserId($value)
3333
* @method static \Illuminate\Database\Query\Builder|UserSSHKey withTrashed()
3434
* @method static \Illuminate\Database\Query\Builder|UserSSHKey withoutTrashed()
35+
*
3536
* @mixin \Eloquent
3637
*
3738
* @method static \Database\Factories\UserSSHKeyFactory factory(...$parameters)

0 commit comments

Comments
 (0)