1
0
Fork 0
mirror of https://github.com/archtechx/money.git synced 2025-12-12 03:14:03 +00:00
money/config/config.php
2021-12-28 18:05:09 +01:00

13 lines
No EOL
395 B
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Currency Manager
|--------------------------------------------------------------------------
| You can customize CurrencyManager as you wish.
| Be sure to extend the CurrencyManager class as you do so.
|
*/
'manager' => \ArchTech\Money\CurrencyManager::class,
];