<?php namespace App\Models$ENTITYSEGMENTS$;

use Crudvel\Customs\Models\BaseModel;

class $ENTITY$ extends BaseModel {

    protected $fillable = [
    ];

//Relationships



//End Relationships

//Scopes



// End Scopes

//Others



//End Others

}
