File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55use Prologue \Alerts \AlertsMessageBag ;
66use Pterodactyl \Http \Controllers \Controller ;
77use Pterodactyl \Http \Requests \Admin \MountFormRequest ;
8- use Pterodactyl \Repositories \Eloquent \MountRepository ;
98use Pterodactyl \Services \Mounts \MountCreationService ;
9+ use Pterodactyl \Repositories \Eloquent \MountRepository ;
1010
1111class MountController extends Controller
1212{
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ class Mount extends Model
6363
6464 /**
6565 * Disable timestamps on this model.
66- *
66+ *
6767 * @var bool
6868 */
6969 public $ timestamps = false ;
Original file line number Diff line number Diff line change 11<?php
22
3- use Illuminate \Database \Migrations \Migration ;
4- use Illuminate \Database \Schema \Blueprint ;
53use Illuminate \Support \Facades \Schema ;
4+ use Illuminate \Database \Schema \Blueprint ;
5+ use Illuminate \Database \Migrations \Migration ;
66
77class AddMountsTable extends Migration
88{
You can’t perform that action at this time.
0 commit comments