mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
rename postgres to standalonepostgres
This commit is contained in:
@@ -15,7 +15,7 @@ class StandaloneDocker extends BaseModel
|
||||
}
|
||||
public function postgresqls()
|
||||
{
|
||||
return $this->morphMany(Postgresql::class, 'destination');
|
||||
return $this->morphMany(StandalonePostgres::class, 'destination');
|
||||
}
|
||||
public function server()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user