Arreglado nombre de campo

This commit is contained in:
Alejandro Tasistro 2024-12-24 15:02:46 -03:00
parent 7b36aa0b0c
commit 94c2baff07
1 changed files with 1 additions and 1 deletions

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";
}