X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=app%2FAppKernel.php;h=40726f0549cc9c756e08a1a00f2cf989859a43a0;hb=60599679519e819301ce36185c3dd5ca7aa7f4ec;hp=c065d282ccbce430118a31f42d87c3157c6b53fc;hpb=e8694faad64502f6f20526bb2505de69032ed4a8;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'), - ] + ], ]); } });