FilePengumuman.php 246 Bytes
<?php

namespace App;

use Illuminate\Database\Eloquent\Model;

class FilePengumuman extends Model
{
    //
    protected $table = 'tmbh_file_pengumuman';
    protected $primaryKey = 'file_pengumuman_id';
    protected $hidden = ['kode_file'];
}