mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 04:14:04 +00:00
Add setting for taxrate and billingcharge
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class SettingBillingCharge extends Model
|
||||
{
|
||||
protected $fillable = ['billing_charge_rate'];
|
||||
}
|
||||
Reference in New Issue
Block a user