add cawangan api

This commit is contained in:
Zakwan Hamdan
2020-10-22 11:25:26 +08:00
parent d566c2e499
commit 94eb988dd5
4 changed files with 87 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Cawangan extends Model
{
protected $table = 'arrahn_master_db';
/**
* The attributes that are mass assignable.
*
* @var array
*/
// protected $fillable = [
// ];
/**
* The attributes excluded from the model's JSON form.
*
* @var array
*/
// protected $hidden = [];
}