Skip to content

Commit

Permalink
merge branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Koen Eelen committed Aug 20, 2024
2 parents 086b849 + 6e17fca commit c292e20
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions app/Mails/MailManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@

final class MailManager
{
private const SUBJECT_INTEGRATION_BLOCKED = 'Publiq platform - Integration blocked';
private const SUBJECT_INTEGRATION_ACTIVATED = 'Publiq platform - Integration activated';

public function __construct(
private readonly Mailer $mailer,
private readonly IntegrationRepository $integrationRepository,
private readonly int $templateIntegrationActivated,
private readonly int $templateIntegrationBlocked,
private readonly string $baseUrl
) {
}
Expand Down
1 change: 0 additions & 1 deletion app/Mails/MailServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ public function register(): void
$this->app->get(Mailer::class),
$this->app->get(IntegrationRepository::class),
(int)config(MailjetConfig::TEMPLATE_INTEGRATION_ACTIVATED),
(int)config(MailjetConfig::TEMPLATE_INTEGRATION_BLOCKED),
env('APP_URL')
);
});
Expand Down

0 comments on commit c292e20

Please sign in to comment.