MrefAgama.php 184 Bytes
<?php

namespace App;

use Illuminate\Database\Eloquent\Model;

class MrefAgama extends Model
{
    //
    protected $table = "mref_r_agama";
    protected $primaryKey = "agama_id";
}