funcion/actualizar-canasta-desde-compras #39

Merged
rho merged 23 commits from funcion/actualizar-canasta-desde-compras into master 2024-12-27 19:32:17 -03:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 94c2baff07 - Show all commits

View File

@ -6,6 +6,6 @@ use Illuminate\Database\Eloquent\Model;
class CanastaLog extends Model
{
protected $fillable = ["nombre", "descripcion"];
protected $fillable = ["path", "descripcion"];
protected $table = "carga_de_canastas";
}