Feature #13 : Arah Mata Angin
This commit is contained in:
9
app/Models/ArahMataAngin.php
Normal file
9
app/Models/ArahMataAngin.php
Normal 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'];
|
||||
}
|
||||
Reference in New Issue
Block a user