Files
LaravelShoppingcart/config/cart.php
2016-05-12 10:19:38 +02:00

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
];