mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-11 18:54:33 +00:00
16 lines
372 B
PHP
16 lines
372 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Default tax rate
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| This default tax rate will be used when you make a class implement the
|
|
| Taxable interface and use the HasTax trait.
|
|
|
|
|
*/
|
|
'tax' => 21
|
|
|
|
]; |