sibanu_web/app/Models/KategoriSimak.php

15 lines
242 B
PHP

<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class KategoriSimak extends Model
{
/**
* The table associated with the model.
*
* @var string
*/
protected $table = 'tbl_kategori_simak';
}