fix gadai

This commit is contained in:
hafifierahman
2021-03-17 16:39:39 +08:00
parent cc570065d6
commit 5e571e24d0
9 changed files with 291 additions and 47 deletions
+26
View File
@@ -0,0 +1,26 @@
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Parameter extends Model
{
protected $table = 'parameter';
/**
* The attributes that are mass assignable.
*
* @var array
*/
// protected $fillable = [
// ];
/**
* The attributes excluded from the model's JSON form.
*
* @var array
*/
// protected $hidden = [];
}