up
This commit is contained in:
@@ -12,7 +12,7 @@ class CreatePrensilla extends CreateRecord
|
||||
protected function mutateFormDataBeforeCreate(array $data): array
|
||||
{
|
||||
$data['fecha_envio'] = now();
|
||||
$data['tipo'] = 'Prensilla';
|
||||
$data['tipo'] = 'Presilla';
|
||||
|
||||
return $data;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user