This commit is contained in:
f4ilji
2024-10-28 12:57:16 +05:00
parent e4678fc0d2
commit 6d516d1750
233 changed files with 6312 additions and 1314 deletions
@@ -0,0 +1,12 @@
<?php
namespace App\Filament\Resources\PageReferenceListResource\Pages;
use App\Filament\Resources\PageReferenceListResource;
use Filament\Actions;
use Filament\Resources\Pages\CreateRecord;
class CreatePageReferenceList extends CreateRecord
{
protected static string $resource = PageReferenceListResource::class;
}