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