<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class DocterType extends Model { protected $table = 'docter_type'; }