Skip to content

Commit

Permalink
fixed phpcs
Browse files Browse the repository at this point in the history
Signed-off-by: MarioRadu <[email protected]>
  • Loading branch information
MarioRadu committed Dec 10, 2024
1 parent 2a4f5bf commit 1b27d1c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/autoload/local.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ $databases = [
];

return [
'application' => [
'application' => [
'name' => $app['name'] ?? '',
'url' => $baseUrl,
],
'databases' => $databases,
'doctrine' => [
'connection' => [
'databases' => $databases,
'doctrine' => [
'connection' => [
'orm_default' => [
'params' => $databases['default'],
],
Expand Down

0 comments on commit 1b27d1c

Please sign in to comment.