mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
rename postgres to standalonepostgres
This commit is contained in:
@@ -48,6 +48,6 @@ class Project extends BaseModel
|
||||
}
|
||||
public function postgresqls()
|
||||
{
|
||||
return $this->hasManyThrough(Postgresql::class, Environment::class);
|
||||
return $this->hasManyThrough(StandalonePostgres::class, Environment::class);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user