<?php namespace App\Models; use Illuminate\Foundation\Auth\User; class LtApppointment extends User { protected $table = 'lt_apppointment'; }