mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-07 06:33:57 -06:00
12 lines
142 B
PHP
12 lines
142 B
PHP
<?php
|
|
|
|
|
|
use Carbon\Carbon;
|
|
use League\FactoryMuffin\Facade;
|
|
|
|
Facade::define(
|
|
'TransactionCurrency',
|
|
[
|
|
'code' => 'EUR'
|
|
]
|
|
); |