Merge pull request #8017 from wallabag/make-wallabag_url-a-twig-global

Make wallabag_url a Twig global
This commit is contained in:
Yassine Guedidi
2025-02-20 08:32:30 +01:00
committed by GitHub
7 changed files with 7 additions and 22 deletions

View File

@ -63,8 +63,7 @@ TWIG;
$this->twig,
'nobody@test.io',
'wallabag test',
'http://0.0.0.0/support',
'http://0.0.0.0/'
'http://0.0.0.0/support'
);
$authCodeMailer->sendAuthCode($user);