Files
api_arrahn/app/BatchLel.php
T
hafifierahman 858d06da21 fix skit2
2022-02-01 20:08:29 +08:00

26 lines
403 B
PHP

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