Files
api_arrahn/app/LelMarhun.php
T
2021-09-04 22:45:47 +08:00

24 lines
387 B
PHP

<?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 = [];
}