Modernize the code, make the mysqliConnection easier to use and change mysql command to mariadb

This commit is contained in:
Tim
2025-04-28 12:21:55 +02:00
parent bdf4910694
commit ca0d357629
6 changed files with 25 additions and 51 deletions

View File

@ -22,9 +22,3 @@ services:
# add more service definitions when explicit configuration is needed
# please note that last definitions always *replace* previous ones
App\Service\DatabaseCredentials:
arguments:
$hostname: '%env(string:DATABASE_HOSTNAME)%'
$user: '%env(string:DATABASE_USER)%'
$password: '%env(DATABASE_PASSWORD)%'