Files
starter/config/lunar/taxes.php
T
Konstantinos Arvanitakis b16413ff9a First Commit
2026-07-03 16:42:22 +03:00

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