updrade with rector

This commit is contained in:
2022-05-03 14:52:04 +02:00
parent d1e613ecc6
commit 6e30560cb9
135 changed files with 5609 additions and 4008 deletions

8
.env
View File

@@ -15,7 +15,7 @@
###> symfony/framework-bundle ###
APP_ENV=dev
APP_SECRET=cd0ae68f915f2a06b82007f2906e54e8
APP_SECRET=06f6b2aee3d5d74c8ce1db7d26a1dd5e
###< symfony/framework-bundle ###
###> doctrine/doctrine-bundle ###
@@ -30,3 +30,9 @@ DATABASE_URL="mysql://24unix:24.unix@127.0.0.1:3306/24unix"
###> symfony/mailer ###
MAILER_DSN=smtp://localhost
###< symfony/mailer ###
MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=false
###> nelmio/cors-bundle ###
CORS_ALLOW_ORIGIN='^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$'
###< nelmio/cors-bundle ###