fix notis lelong

This commit is contained in:
fifi97
2022-02-02 02:59:15 +08:00
parent 858d06da21
commit 8959f4af8f
4 changed files with 58 additions and 4 deletions
+27
View File
@@ -0,0 +1,27 @@
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Pelelong extends Model
{
protected $table = 'pelelong';
public $timestamps = false;
/**
* The attributes that are mass assignable.
*
* @var array
*/
// protected $fillable = [
// ];
/**
* The attributes excluded from the model's JSON form.
*
* @var array
*/
// protected $hidden = [];
}