This commit is contained in:
LAPTOP-DGCU80CH\user1
2020-12-08 12:48:22 +08:00
parent af31bcd283
commit 101b8902b0
4 changed files with 171 additions and 38 deletions
+26
View File
@@ -0,0 +1,26 @@
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Advansur extends Model
{
protected $table = 'advansur';
/**
* The attributes that are mass assignable.
*
* @var array
*/
// protected $fillable = [
// ];
/**
* The attributes excluded from the model's JSON form.
*
* @var array
*/
// protected $hidden = [];
}