Feature #9 : Nilai Plafond
This commit is contained in:
10
app/Models/NilaiPlafond.php
Normal file
10
app/Models/NilaiPlafond.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Modules\Lpj\Models;
|
||||
|
||||
|
||||
class NilaiPlafond extends Base
|
||||
{
|
||||
protected $table = 'nilai_plafond';
|
||||
protected $fillable = ['code', 'name'];
|
||||
}
|
||||
Reference in New Issue
Block a user