17 lines
381 B
PHP
17 lines
381 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
|
||
|
|
/*
|
||
|
|
|--------------------------------------------------------------------------
|
||
|
|
| Tax Driver
|
||
|
|
|--------------------------------------------------------------------------
|
||
|
|
|
|
||
|
|
| Here you can specify which tax driver should be used. By default system is used
|
||
|
|
| and should work for you in most cases.
|
||
|
|
|
|
||
|
|
*/
|
||
|
|
'driver' => 'system',
|
||
|
|
|
||
|
|
];
|