Files
lpj/app/Models/ArahMataAngin.php
2024-08-14 17:40:48 +07:00

10 lines
208 B
PHP

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