mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Fix grepping about.
This commit is contained in:
@@ -54,7 +54,7 @@ class ServiceVariable extends Model
|
||||
'required' => 'integer',
|
||||
];
|
||||
|
||||
public function ServerVariable()
|
||||
public function serverVariable()
|
||||
{
|
||||
return $this->hasMany(ServerVariable::class, 'variable_id');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user