This commit is contained in:
afiq
2021-10-03 03:19:11 +08:00
parent d2443aa3e6
commit 7a2880f43c
11 changed files with 113 additions and 49 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Komoditi extends Model
{
protected $table = 'komoditi_parameter';
}