邪道かもしれませんが、 Production モード(APP_ENV=prod)で、 Symfony Profiler を使用したい場合だってありますよね。 diff --git a/app/config/eccube/bundles.php b/app/config/eccube/bundles.php index 9f22986894..5543baeee8 100644 --- a/app/config/eccube/bundles.php +++ b/app/config/eccube/bundles.php @@ -21,9 +21,9 @@ Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true], Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle
