Skip to content

Commit

Permalink
Merge pull request #74 from liberu-control-panel/sweep/Add-Email-Reso…
Browse files Browse the repository at this point in the history
…urce-Management-Page

Add Email Resource Management Page
  • Loading branch information
curtisdelicata authored Jul 20, 2024
2 parents 541e8b5 + 408f8db commit b971b95
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/Filament/App/Resources/EmailResource/Pages/ManageEmails.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php

namespace App\Filament\App\Resources\EmailResource\Pages;

use App\Filament\App\Resources\EmailResource;
use Filament\Resources\Pages\ManageRecords;

class ManageEmails extends ManageRecords
{
protected static string $resource = EmailResource::class;
}

0 comments on commit b971b95

Please sign in to comment.