*/ protected $fillable = [ 'doctor_id', 'doctor_name', 'dept_id', 'dept_name', 'title', 'image', 'sort', 'adept', 'intro', ]; /** * The attributes that should be cast. * * @var array */ protected $casts = [ 'id' => 'integer', 'sort' => 'integer', ]; }