mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 11:01:04 +00:00
cs-fixer
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
parent
575d1d03d9
commit
0d9c8081fe
1 changed files with 2 additions and 4 deletions
|
@ -78,13 +78,11 @@ class AppKernel extends Kernel
|
||||||
'base_url' => 'http://localhost:8080/',
|
'base_url' => 'http://localhost:8080/',
|
||||||
],
|
],
|
||||||
]);
|
]);
|
||||||
}
|
} else {
|
||||||
else
|
|
||||||
{
|
|
||||||
$container->loadFromExtension('framework', [
|
$container->loadFromExtension('framework', [
|
||||||
'assets' => [
|
'assets' => [
|
||||||
'base_url' => $container->getParameter('domain_name'),
|
'base_url' => $container->getParameter('domain_name'),
|
||||||
]
|
],
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue