diff --git a/app/AppKernel.php b/app/AppKernel.php index c065d282c..40726f054 100644 --- a/app/AppKernel.php +++ b/app/AppKernel.php @@ -78,13 +78,11 @@ class AppKernel extends Kernel 'base_url' => 'http://localhost:8080/', ], ]); - } - else - { + } else { $container->loadFromExtension('framework', [ 'assets' => [ 'base_url' => $container->getParameter('domain_name'), - ] + ], ]); } });