naming
This commit is contained in:
@ -40,7 +40,7 @@ class Taxes extends Controller
|
||||
{
|
||||
$types = [
|
||||
'normal' => trans('taxes.normal'),
|
||||
'included' => trans('taxes.included'),
|
||||
'inclusive' => trans('taxes.inclusive'),
|
||||
'compound' => trans('taxes.compound'),
|
||||
];
|
||||
|
||||
@ -76,7 +76,7 @@ class Taxes extends Controller
|
||||
{
|
||||
$types = [
|
||||
'normal' => trans('taxes.normal'),
|
||||
'included' => trans('taxes.included'),
|
||||
'inclusive' => trans('taxes.inclusive'),
|
||||
'compound' => trans('taxes.compound'),
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user