Files
pds/app/Filament/Resources/WindedSerialValidationErrorResource/Pages/CreateWindedSerialValidationError.php
dhanabalan c627195daa
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 26s
Added laser winded serial validation error resource files and exporter file
2026-08-23 18:58:27 +05:30

13 lines
363 B
PHP

<?php
namespace App\Filament\Resources\WindedSerialValidationErrorResource\Pages;
use App\Filament\Resources\WindedSerialValidationErrorResource;
use Filament\Actions;
use Filament\Resources\Pages\CreateRecord;
class CreateWindedSerialValidationError extends CreateRecord
{
protected static string $resource = WindedSerialValidationErrorResource::class;
}