mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-23 14:24:17 +00:00
fixBankInSlip
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class SettingTaxRate extends Model
|
||||
{
|
||||
protected $fillable = ['tax_rate'];
|
||||
}
|
||||
Reference in New Issue
Block a user