Files
kaunter/app/CawanganAR.php
T
hafifierahman 6ccfa59d8d fix skit
2022-04-03 09:57:15 +08:00

19 lines
260 B
PHP

<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class CawanganAR extends Model
{
protected $table = 'cawangan';
protected $fillable = [
'details_caw',
'kodcaw',
'syarikat',
'min',
'max'
];
}