mirror of
https://github.com/archtechx/money.git
synced 2025-12-12 03:14:03 +00:00
13 lines
No EOL
395 B
PHP
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,
|
|
]; |