<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class Recipients extends Model { // protected $table = "tb_dm_recipient"; }