sibanu_web/app/Models/KategoriSimak.php

15 lines
242 B
PHP
Raw Normal View History

2022-08-20 22:47:07 +07:00
<?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';
}