false, ]; /** * @var array */ protected $casts = [ 'is_default' => 'bool', ]; /** * @var array */ protected $fillable = [ 'user_id', 'zone_id', 'consignee', 'telephone', 'zone', 'address', 'is_default', ]; }