mirror of
https://github.com/archtechx/money.git
synced 2025-12-12 11:24:03 +00:00
Allow customization of default CurrencyManager
This commit is contained in:
parent
4474c2b115
commit
35304109e5
5 changed files with 71 additions and 1 deletions
13
config/config.php
Normal file
13
config/config.php
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?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,
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue