Files
api_arrahn/app/imbangdugalama.php
T
2021-03-11 09:04:31 +08:00

41 lines
490 B
PHP

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