Update CreateOjalPresilla.php
This commit is contained in:
@@ -9,6 +9,8 @@ class CreateOjalPresilla extends CreateRecord
|
||||
{
|
||||
protected static string $resource = OjalPresillaResource::class;
|
||||
|
||||
protected static ?string $title = 'Crear';
|
||||
|
||||
protected function mutateFormDataBeforeCreate(array $data): array
|
||||
{
|
||||
$distribuciones = $data['distribuciones'] ?? [];
|
||||
|
||||
Reference in New Issue
Block a user