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:
@@ -33,7 +33,7 @@ class Environment extends Model
|
||||
}
|
||||
public function postgresqls()
|
||||
{
|
||||
return $this->hasMany(Postgresql::class);
|
||||
return $this->hasMany(StandalonePostgres::class);
|
||||
}
|
||||
public function services()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user