<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class MatchmakerConsultant extends Model { protected $table = 'love_matchmaker_consultant'; protected $fillable = [ 'uid', 'huid','time' ]; }