Skip to content

Commit 35489c2

Browse files
Create ListDuplicateMatches.php
1 parent 188b5fa commit 35489c2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?php
2+
3+
namespace App\Modules\Person\Filament\Resources\DuplicateMatchResource\Pages;
4+
5+
use Filament\Resources\Pages\ListRecords;
6+
use App\Modules\Person\Filament\Resources\DuplicateMatchResource;
7+
8+
class ListDuplicateMatches extends ListRecords
9+
{
10+
protected static string $resource = DuplicateMatchResource::class;
11+
}

0 commit comments

Comments
 (0)