1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

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
commit b905a2c856
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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);