mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
fix function name
This commit is contained in:
@@ -280,7 +280,7 @@ class Node extends Model implements Validatable
|
||||
|
||||
public function backupHosts(): BelongsToMany
|
||||
{
|
||||
return $this->BelongsToMany(BackupHost::class);
|
||||
return $this->belongsToMany(BackupHost::class);
|
||||
}
|
||||
|
||||
public function roles(): HasManyThrough
|
||||
|
||||
Reference in New Issue
Block a user