remove mailer url from about debug info (#657)

This commit is contained in:
Kevin Papst
2019-03-23 13:31:52 +01:00
committed by GitHub
parent 6f7035e4cf
commit 0d4fdc38e4

View File

@@ -76,7 +76,6 @@ class AboutController extends AbstractController
'dotenv' => [
'APP_ENV' => getenv('APP_ENV'),
'MAILER_FROM' => getenv('MAILER_FROM'),
'MAILER_URL' => getenv('MAILER_URL'),
'CORS_ALLOW_ORIGIN' => getenv('CORS_ALLOW_ORIGIN'),
],
'info' => $phpInfo,