diff options
Diffstat (limited to 'app/AppKernel.php')
-rw-r--r-- | app/AppKernel.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/AppKernel.php b/app/AppKernel.php index 90e9f1d8..40726f05 100644 --- a/app/AppKernel.php +++ b/app/AppKernel.php | |||
@@ -78,6 +78,12 @@ class AppKernel extends Kernel | |||
78 | 'base_url' => 'http://localhost:8080/', | 78 | 'base_url' => 'http://localhost:8080/', |
79 | ], | 79 | ], |
80 | ]); | 80 | ]); |
81 | } else { | ||
82 | $container->loadFromExtension('framework', [ | ||
83 | 'assets' => [ | ||
84 | 'base_url' => $container->getParameter('domain_name'), | ||
85 | ], | ||
86 | ]); | ||
81 | } | 87 | } |
82 | }); | 88 | }); |
83 | } | 89 | } |