This commit is contained in:
Lizandro Guarnizo
2026-01-28 23:38:21 -05:00
parent 861d507536
commit 622b99ecd5
50 changed files with 1646 additions and 19 deletions
@@ -0,0 +1,11 @@
<?php
namespace App\Filament\Resources\PrensillaResource\Pages;
use App\Filament\Resources\PrensillaResource;
use Filament\Resources\Pages\CreateRecord;
class CreatePrensilla extends CreateRecord
{
protected static string $resource = PrensillaResource::class;
}