mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
WIP
This commit is contained in:
@@ -8,4 +8,8 @@ class Application extends BaseModel
|
||||
{
|
||||
return $this->morphToMany(Environment::class, 'environmentable');
|
||||
}
|
||||
public function destination()
|
||||
{
|
||||
return $this->morphTo();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user