<?php namespace App; use Illuminate\Database\Eloquent\Model; class LogisticNumberFeature extends Model { protected $fillable=['logistic_id','name','value','weight']; static public $featureConsideringLength=4; }