fix skit2

This commit is contained in:
hafifierahman
2022-02-01 20:08:29 +08:00
parent fd69516cf5
commit 858d06da21
3 changed files with 105 additions and 1 deletions
+26
View File
@@ -0,0 +1,26 @@
<?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 = [];
}