Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
nasrulhazim authored and github-actions[bot] committed Apr 5, 2023
1 parent 680e765 commit b4e449a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion src/Listeners/StoreMessageSending.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace CleaniqueCoders\MailHistory\Listeners;

use CleaniqueCoders\MailHistory\Models\MailHistory;
use Illuminate\Mail\Events\MessageSending;

class StoreMessageSending
Expand Down
1 change: 0 additions & 1 deletion src/Listeners/StoreMessageSent.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace CleaniqueCoders\MailHistory\Listeners;

use CleaniqueCoders\MailHistory\Models\MailHistory;
use Illuminate\Mail\Events\MessageSent;

class StoreMessageSent
Expand Down
3 changes: 1 addition & 2 deletions src/MailHistoryServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

namespace CleaniqueCoders\MailHistory;

use Illuminate\Support\Facades\Event;
use Spatie\LaravelPackageTools\Package;
use Spatie\LaravelPackageTools\PackageServiceProvider;
use CleaniqueCoders\MailHistory\Commands\MailHistoryCommand;
use Illuminate\Support\Facades\Event;

class MailHistoryServiceProvider extends PackageServiceProvider
{
Expand Down

0 comments on commit b4e449a

Please sign in to comment.