mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 20:49:32 +00:00
Add Service
This commit is contained in:
@@ -12,5 +12,9 @@ class Environment extends BaseModel
|
||||
{
|
||||
return $this->hasMany(Database::class);
|
||||
}
|
||||
public function services()
|
||||
{
|
||||
return $this->hasMany(Service::class);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user