1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-27 17:28:39 +00:00

php-cs-fixer pass

This commit is contained in:
Simounet 2016-07-20 23:08:04 +02:00
parent 40288b7166
commit 57c608fa94
2 changed files with 4 additions and 2 deletions

View file

@ -13,6 +13,7 @@ class StaticController extends Controller
public function howtoAction()
{
$addonsUrl = $this->container->getParameter('addons_url');
return $this->render(
'WallabagCoreBundle:Static:howto.html.twig',
['addonsUrl' => $addonsUrl]