Skip to content

Commit

Permalink
Fix config mailer-service.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Feb 2, 2023
1 parent 05c3d51 commit d747cfa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/common/mailer.php → config/common/mailer-service.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@

declare(strict_types=1);

use Psr\Log\LoggerInterface;
use Yii\Service\MailerService;
use Yii\Service\ParameterService;
use Yiisoft\Aliases\Aliases;
use Yiisoft\Mailer\MailerInterface;
use Yiisoft\Translator\TranslatorInterface;

return [
MailerService::class => static function (
Expand Down

0 comments on commit d747cfa

Please sign in to comment.