Files
api_arrahn/app/Lelong.php
T
Zakwan Hamdan 5c7bbe3a19 initial commit
2020-10-19 10:28:31 +08:00

26 lines
399 B
PHP

<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Lelong extends Model
{
protected $table = 'lelong';
/**
* The attributes that are mass assignable.
*
* @var array
*/
// protected $fillable = [
// ];
/**
* The attributes excluded from the model's JSON form.
*
* @var array
*/
// protected $hidden = [];
}