mirror of
https://github.com/ershisan99/coolify.git
synced 2026-02-03 05:12:05 +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