Skip to content

Commit

Permalink
linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Koen Eelen committed Sep 19, 2024
1 parent 2c4edfb commit c074e96
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/Domain/Mail/MailManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
use App\Domain\Integrations\Events\ActivationExpired;
use App\Domain\Integrations\Events\IntegrationActivated;
use App\Domain\Integrations\Events\IntegrationActivationRequested;
use App\Domain\Integrations\Events\IntegrationBlocked;
use App\Domain\Integrations\Events\IntegrationCreatedWithContacts;
use App\Domain\Integrations\Events\IntegrationDeleted;
use App\Domain\Integrations\Integration;
Expand Down
2 changes: 0 additions & 2 deletions tests/Domain/Mail/MailManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
use App\Domain\Integrations\Events\ActivationExpired;
use App\Domain\Integrations\Events\IntegrationActivated;
use App\Domain\Integrations\Events\IntegrationActivationRequested;
use App\Domain\Integrations\Events\IntegrationBlocked;
use App\Domain\Integrations\Events\IntegrationCreatedWithContacts;
use App\Domain\Integrations\Events\IntegrationDeleted;
use App\Domain\Integrations\Integration;
Expand All @@ -30,7 +29,6 @@
final class MailManagerTest extends TestCase
{
private const INTEGRATION_ID = '9e6d778f-ef44-45b3-b842-26b6d71bcad7';
private const TEMPLATE_BLOCKED_ID = 1;
private const TEMPLATE_ACTIVATED_ID = 2;
private const TEMPLATE_CREATED_ID = 3;
private const TEMPLATE_INTEGRATION_ACTIVATION_REMINDER = 4;
Expand Down

0 comments on commit c074e96

Please sign in to comment.