Code Coverage
 
Classes and Traits
Functions and Methods
Lines
Total
n/a
0 / 0
n/a
0 / 0
CRAP
n/a
0 / 0
LogisticNumberFeature
n/a
0 / 0
n/a
0 / 0
0
n/a
0 / 0
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class LogisticNumberFeature extends Model
{
    protected $fillable=['logistic_id','name','value','weight'];
    static public $featureConsideringLength=4;
}