keluar lelong

This commit is contained in:
afiq
2021-09-04 22:45:47 +08:00
parent bba1d6908f
commit b0251cb4a1
3 changed files with 86 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class LelMarhun extends Model
{
protected $table = 'lelmarhun';
public $timestamps = false;
/**
* The attributes that are mass assignable.
*
* @var array
*/
/**
* The attributes excluded from the model's JSON form.
*
* @var array
*/
// protected $hidden = [];
}