<?php

namespace App;

use Illuminate\Database\Eloquent\Model;

class TmbhPengumuman extends Model
{
    //
    protected $table = "tmbh_pengumuman";
    protected $primaryKey = "pengumuman_id";
}