Files
api_arrahn/app/CawanganDetail.php
T
LAPTOP-DGCU80CH\user1 3dcbdb5a2b print sag
2020-12-13 14:20:59 +08:00

26 lines
409 B
PHP

<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class CawanganDetail extends Model
{
protected $table = 'cawangan';
/**
* The attributes that are mass assignable.
*
* @var array
*/
// protected $fillable = [
// ];
/**
* The attributes excluded from the model's JSON form.
*
* @var array
*/
// protected $hidden = [];
}