Update CreateOjalPresilla.php

This commit is contained in:
Lizandro Guarnizo
2026-01-29 20:43:58 -05:00
parent bbc332b03e
commit 40aff05e79
@@ -9,6 +9,8 @@ class CreateOjalPresilla extends CreateRecord
{ {
protected static string $resource = OjalPresillaResource::class; protected static string $resource = OjalPresillaResource::class;
protected static ?string $title = 'Crear';
protected function mutateFormDataBeforeCreate(array $data): array protected function mutateFormDataBeforeCreate(array $data): array
{ {
$distribuciones = $data['distribuciones'] ?? []; $distribuciones = $data['distribuciones'] ?? [];