aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--app/AppKernel.php6
1 files changed, 2 insertions, 4 deletions
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
78 'base_url' => 'http://localhost:8080/', 78 'base_url' => 'http://localhost:8080/',
79 ], 79 ],
80 ]); 80 ]);
81 } 81 } else {
82 else
83 {
84 $container->loadFromExtension('framework', [ 82 $container->loadFromExtension('framework', [
85 'assets' => [ 83 'assets' => [
86 'base_url' => $container->getParameter('domain_name'), 84 'base_url' => $container->getParameter('domain_name'),
87 ] 85 ],
88 ]); 86 ]);
89 } 87 }
90 }); 88 });