Skip to content

Commit

Permalink
Merge branch 'main' of github.com:vormkracht10/filament-mails
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa committed Aug 30, 2024
2 parents cacf268 + b8a1d40 commit 15de5a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions src/FilamentMails.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@

namespace Vormkracht10\FilamentMails;

class FilamentMails
{
}
class FilamentMails {}
4 changes: 2 additions & 2 deletions src/FilamentMailsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function packageBooted(): void
}

// Testing
Testable::mixin(new TestsFilamentMails());
Testable::mixin(new TestsFilamentMails);
}

protected function getAssetPackageName(): ?string
Expand Down Expand Up @@ -149,4 +149,4 @@ protected function getMigrations(): array
'create_filament-mails_table',
];
}
}
}

0 comments on commit 15de5a8

Please sign in to comment.