Skip to content

Commit

Permalink
Some tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
AngryMoustache committed Aug 17, 2023
1 parent ee33431 commit 147d6b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 79 deletions.
37 changes: 0 additions & 37 deletions resources/views/forms/components/mail-variables-input.blade.php

This file was deleted.

5 changes: 5 additions & 0 deletions src/Filament/Resources/MailHistoryResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ public static function table(Table $table): Table
]);
}

public static function canCreate(): bool
{
return false;
}

public static function getPages(): array
{
return [
Expand Down
42 changes: 0 additions & 42 deletions src/Forms/Components/MailVariablesInput.php

This file was deleted.

0 comments on commit 147d6b4

Please sign in to comment.