Skip to content

Commit c59cfce

Browse files
authored
Apply fixes from StyleCI (pterodactyl#416)
1 parent 4eaf858 commit c59cfce

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/Models/ServiceOption.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,6 @@ public function packs()
138138

139139
public function copyFrom()
140140
{
141-
return $this->belongsTo(ServiceOption::class, 'copy_script_from');
141+
return $this->belongsTo(self::class, 'copy_script_from');
142142
}
143143
}

app/Repositories/UserRepository.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
use DB;
2929
use Auth;
3030
use Hash;
31-
use Carbon;
3231
use Settings;
3332
use Validator;
3433
use Pterodactyl\Models;

0 commit comments

Comments
 (0)