<?php namespace App; use Illuminate\Database\Eloquent\Model; class BoSpecialPrice extends Model { protected $fillable = ['id', 'product_id', 'bo_price_list_id', 'percentage', 'quantity', 'user_id']; }