X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2FAppKernel.php;h=40726f0549cc9c756e08a1a00f2cf989859a43a0;hb=0d9c8081fe770ff34e5206353e71bbd57c5b784c;hp=c065d282ccbce430118a31f42d87c3157c6b53fc;hpb=575d1d03d971a164ae29a7fa47f242002fa735d6;p=github%2Fwallabag%2Fwallabag.git diff --git a/app/AppKernel.php b/app/AppKernel.php index c065d282..40726f05 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'), - ] + ], ]); } });