Apply fixes from StyleCI (#294)
This commit is contained in:
parent
a10e235beb
commit
7c916ad38f
21 changed files with 21 additions and 40 deletions
|
@ -54,8 +54,8 @@ class ServiceVariables extends Model
|
|||
'required' => 'integer',
|
||||
];
|
||||
|
||||
public function serverVariables()
|
||||
{
|
||||
return $this->hasMany(ServerVariables::class, 'variable_id');
|
||||
}
|
||||
public function serverVariables()
|
||||
{
|
||||
return $this->hasMany(ServerVariables::class, 'variable_id');
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue