create kategori simak Models

This commit is contained in:
dipta ikromi m 2022-08-20 22:47:07 +07:00
parent c14952858b
commit 3859b4f72e

View File

@ -0,0 +1,15 @@
<?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';
}