lpj/app/Models/ArahMataAngin.php

10 lines
208 B
PHP
Raw Normal View History

2024-08-14 10:40:48 +00:00
<?php
namespace Modules\Lpj\Models;
class ArahMataAngin extends Base
{
protected $table = 'arah_mata_angin';
protected $fillable = ['name','authorized_at','authorized_status','authorized_by'];
}