Files
kaunter/app/Cawangan.php
Zakwan Hamdan 60afe5d1ba Initial commit
2020-10-19 10:12:55 +08:00

15 lines
249 B
PHP

<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Cawangan extends Model
{
protected $table = 'cawangan';
protected $fillable = [
'nama','code','alamat','poskod','daerah','negeri','no_telefon','no_fax',
];
}