Spk.Mockup

This commit is contained in:
Sholahuddin Al Ayubi
2024-10-09 20:56:05 +07:00
parent 965dc81d84
commit f7968ae3d7
5 changed files with 432 additions and 0 deletions

9
app/Models/Spk.php Normal file
View File

@@ -0,0 +1,9 @@
<?php
namespace Modules\Lpj\Models;
class Spk extends Base
{
protected $table = 'arah_mata_angin';
protected $fillable = ['name','authorized_at','authorized_status','authorized_by'];
}