action test producto gitea 2
All checks were successful
Deploy Laravel Directo / deploy (push) Successful in 5s

This commit is contained in:
jesusfb 2026-04-24 17:26:45 -07:00
parent ff89c5882e
commit 9e73f35b0b

View File

@ -57,9 +57,9 @@ public function store(Request $request)
// ✅ AUDITORÍA DE CREACIÓN
audit_log(
'created',
'created-gitea',
'productos',
$producto. '-' . 'gitea',
$producto,
null,
$producto->toArray()
);