Cambios nombre columna

This commit is contained in:
Alejandro Tasistro 2024-12-23 15:58:33 -03:00
parent d0ffcda226
commit 5feb2ff22f
1 changed files with 3 additions and 3 deletions

View File

@ -115,14 +115,14 @@ class CanastaHelper
}
/**
* @param $nombre
* @param $path
* @param $descripcion
* @return void
*/
private static function log($nombre, $descripcion): void
private static function log($path, $descripcion): void
{
$log = new CanastaLog([
'path' => $nombre,
'path' => $path,
'descripcion' => $descripcion,
]);
$log->save();