Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mpysiak committed Nov 4, 2024
1 parent d10d72a commit f571a47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
/phpspec.yml

/drivers/
/private/invoices

/bin/*
!/bin/console
Expand Down
1 change: 0 additions & 1 deletion config/packages/doctrine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ parameters:
doctrine:
dbal:
driver: 'pdo_mysql'
server_version: '5.7'
charset: UTF8

url: '%env(resolve:DATABASE_URL)%'
Expand Down

0 comments on commit f571a47

Please sign in to comment.