forked from Alex/Pterodactyl-Panel
Apply fixes from StyleCI (#416)
This commit is contained in:
parent
4eaf858684
commit
c59cfce72c
@ -138,6 +138,6 @@ class ServiceOption extends Model
|
|||||||
|
|
||||||
public function copyFrom()
|
public function copyFrom()
|
||||||
{
|
{
|
||||||
return $this->belongsTo(ServiceOption::class, 'copy_script_from');
|
return $this->belongsTo(self::class, 'copy_script_from');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -28,7 +28,6 @@ namespace Pterodactyl\Repositories;
|
|||||||
use DB;
|
use DB;
|
||||||
use Auth;
|
use Auth;
|
||||||
use Hash;
|
use Hash;
|
||||||
use Carbon;
|
|
||||||
use Settings;
|
use Settings;
|
||||||
use Validator;
|
use Validator;
|
||||||
use Pterodactyl\Models;
|
use Pterodactyl\Models;
|
||||||
|
Loading…
Reference in New Issue
Block a user