Feature #13 : Arah Mata Angin

This commit is contained in:
Daeng Deni Mardaeni
2024-08-14 17:40:48 +07:00
parent 9b30aa033e
commit 5c380f5eb6
10 changed files with 489 additions and 0 deletions

View File

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