Fix grepping about.
This commit is contained in:
parent
cea2d040eb
commit
788de1b23a
2 changed files with 3 additions and 3 deletions
|
@ -54,7 +54,7 @@ class ServiceVariable extends Model
|
|||
'required' => 'integer',
|
||||
];
|
||||
|
||||
public function ServerVariable()
|
||||
public function serverVariable()
|
||||
{
|
||||
return $this->hasMany(ServerVariable::class, 'variable_id');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue