Files
api_arrahn/app/Advansur.php
T
LAPTOP-DGCU80CH\user1 101b8902b0 tebus
2020-12-08 12:48:22 +08:00

26 lines
403 B
PHP

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