Files
api_arrahn/app/PortalBillplz.php
2021-06-03 07:47:46 +08:00

26 lines
428 B
PHP

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