mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-11 19:03:46 +02:00
This breaks literally the entire panel.
This commit is contained in:
@@ -74,6 +74,6 @@ class ServerVariable extends Model
|
||||
*/
|
||||
public function variable()
|
||||
{
|
||||
return $this->belongsTo(ServiceVariable::class, 'variable_id');
|
||||
return $this->belongsTo(EggVariable::class, 'variable_id');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user