add api for harga emas and marhun

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