Apply fixes from StyleCI (#416)
This commit is contained in:
parent
4eaf858684
commit
c59cfce72c
2 changed files with 1 additions and 2 deletions
|
@ -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');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue