create kategori simak Models
This commit is contained in:
parent
c14952858b
commit
3859b4f72e
15
app/Models/KategoriSimak.php
Normal file
15
app/Models/KategoriSimak.php
Normal 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';
|
||||
}
|
Loading…
Reference in New Issue
Block a user