mirror of
https://github.com/wallabag/wallabag.git
synced 2026-06-24 12:21:59 +02:00
4184ad1306
bin/console now returns a closure consumed by Symfony Runtime, removing the manual SYMFONY_ENV / SYMFONY_DEBUG env var reading. SymfonyRuntime natively handles the --env and --no-debug CLI flags, so all existing callers that pass --env=<env> keep working unchanged. The three deployment scripts (install.sh, update.sh, release.sh) that prefixed composer install with SYMFONY_ENV are updated to APP_ENV so the environment variable is forwarded to Composer's post-install hooks (cache:clear, assets:install) correctly.