Update versions and fix code formatting

This commit is contained in:
Andras Bacsai
2024-02-01 11:59:20 +01:00
parent b9f12d2586
commit 44efe0b5e1
4 changed files with 4 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ class Index extends Component
return $application;
});
$this->postgresqls = $environment->postgresqls->sortBy('name');
$this->postgresqls = $this->postgresqls->map(function ($postgresql) {
$this->postgresqls = $this->postgresqls->map(function ($postgresql) {
if (data_get($postgresql, 'environment.project.uuid')) {
$postgresql->hrefLink = route('project.database.configuration', [
'project_uuid' => data_get($postgresql, 'environment.project.uuid'),