Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
arduinomaster22 committed Jan 23, 2025
1 parent 96b1829 commit b3dd6d7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Actions/LogMail.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

namespace Vormkracht10\Mails\Actions;

use Illuminate\Contracts\Mail\Mailer;
use Illuminate\Mail\Events\MessageSending;
use Illuminate\Mail\Events\MessageSent;
use Illuminate\Support\Collection;
use Illuminate\Support\Facades\Storage;
use Symfony\Component\Mime\Address;
use Vormkracht10\Mails\Shared\AsAction;
use Symfony\Component\Mime\Address;
use Illuminate\Support\Facades\Storage;
use Illuminate\Support\Collection;
use Illuminate\Mail\Events\MessageSent;
use Illuminate\Mail\Events\MessageSending;
use Illuminate\Contracts\Mail\Mailer;

class LogMail
{
Expand Down

0 comments on commit b3dd6d7

Please sign in to comment.