This commit is contained in:
afiq
2021-06-03 07:47:46 +08:00
parent 0c26ce1198
commit 8c8b7f123a
3 changed files with 44 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
<?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 = [];
}