add jenis emas and lelong api

This commit is contained in:
Zakwan Hamdan
2020-11-01 08:45:53 +08:00
parent 508270157c
commit 2486f10ff7
7 changed files with 167 additions and 20 deletions
+26
View File
@@ -0,0 +1,26 @@
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Jemas extends Model
{
protected $table = 'jemas';
/**
* The attributes that are mass assignable.
*
* @var array
*/
// protected $fillable = [
// ];
/**
* The attributes excluded from the model's JSON form.
*
* @var array
*/
// protected $hidden = [];
}