ran pint
This commit is contained in:
@@ -29,7 +29,7 @@ class Network extends Model
|
||||
{
|
||||
return $this->hasMany(Server::class, 'external_network_id');
|
||||
}
|
||||
|
||||
|
||||
public function organisation(): BelongsTo
|
||||
{
|
||||
return $this->belongsTo(Organisation::class);
|
||||
|
||||
Reference in New Issue
Block a user