lots of updates + refactoring

This commit is contained in:
Andras Bacsai
2023-08-07 22:14:21 +02:00
parent bfc20ef219
commit 971d7f703d
51 changed files with 532 additions and 324 deletions

View File

@@ -33,10 +33,10 @@ class Environment extends Model
}
public function postgresqls()
{
return $this->hasMany(StandalonePostgres::class);
return $this->hasMany(StandalonePostgresql::class);
}
public function services()
{
return $this->hasMany(Service::class);
}
}
}