mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-12 19:33:45 +02:00
Apply fixes from StyleCI (#416)
This commit is contained in:
@@ -138,6 +138,6 @@ class ServiceOption extends Model
|
||||
|
||||
public function copyFrom()
|
||||
{
|
||||
return $this->belongsTo(ServiceOption::class, 'copy_script_from');
|
||||
return $this->belongsTo(self::class, 'copy_script_from');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user