Make wallabag_url a Twig global

This commit is contained in:
Yassine Guedidi
2025-01-11 02:09:07 +01:00
parent 09dcee3fc6
commit b921abf173
4 changed files with 3 additions and 15 deletions

View File

@ -103,8 +103,6 @@ class DeveloperController extends AbstractController
*/
public function howtoFirstAppAction()
{
return $this->render('Developer/howto_app.html.twig', [
'wallabag_url' => $this->getParameter('domain_name'),
]);
return $this->render('Developer/howto_app.html.twig');
}
}