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