Initial commit

This commit is contained in:
Zakwan Hamdan
2020-10-19 10:12:55 +08:00
commit 60afe5d1ba
300 changed files with 144332 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Pengguna extends Model
{
protected $table='pengguna';
protected $fillable = [
'kodcaw','kodlaluan','katalaluan','taraf','nama','kplama','kpbaru','pinjmax','limittunait','limittunaip','status','t_luput','flag'
];
}