1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-26 18:21:02 +00:00

Move User mailer to Core

This commit is contained in:
Yassine Guedidi 2023-12-30 23:44:10 +01:00
parent 87ed669504
commit d8f2d3c7ee
6 changed files with 40 additions and 40 deletions

View file

@ -1,6 +1,6 @@
<?php
namespace Wallabag\UserBundle\Mailer;
namespace Wallabag\CoreBundle\Mailer;
use Scheb\TwoFactorBundle\Mailer\AuthCodeMailerInterface;
use Scheb\TwoFactorBundle\Model\Email\TwoFactorInterface;

View file

@ -1,6 +1,6 @@
<?php
namespace Wallabag\UserBundle\Mailer;
namespace Wallabag\CoreBundle\Mailer;
use FOS\UserBundle\Mailer\TwigSwiftMailer;
use Symfony\Component\Mailer\MailerInterface;