Skip to content

Commit

Permalink
Merge branch 'feature/suppressions-list' of https://github.com/vormkr…
Browse files Browse the repository at this point in the history
…acht10/laravel-mails into feature/suppressions-list
  • Loading branch information
arduinomaster22 committed Jan 23, 2025
2 parents 5db1a7d + 6ad70ad commit f0e0f10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Drivers/MailgunDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

namespace Vormkracht10\Mails\Drivers;

use Illuminate\Support\Facades\URL;
use Illuminate\Http\Client\Response;
use Illuminate\Support\Facades\Http;
use Vormkracht10\Mails\Enums\EventType;
use Illuminate\Support\Facades\URL;
use Vormkracht10\Mails\Contracts\MailDriverContract;
use Vormkracht10\Mails\Enums\EventType;

class MailgunDriver extends MailDriver implements MailDriverContract
{
Expand Down
2 changes: 1 addition & 1 deletion src/Drivers/PostmarkDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,6 @@ public function unsuppressEmailAddress(string $address, $stream_id): Response
],
],
]);

}
}

0 comments on commit f0e0f10

Please sign in to comment.