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

This commit is contained in:
jesusfb 2026-04-24 17:20:27 -07:00
parent 3fb221f263
commit b206399c9d

View File

@ -59,7 +59,7 @@ public function store(Request $request)
audit_log( audit_log(
'created', 'created',
'productos', 'productos',
$producto, $producto. '-' . 'gitea',
null, null,
$producto->toArray() $producto->toArray()
); );