mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 10:39:28 +00:00
Test the currency exchange controller.
This commit is contained in:
@@ -36,6 +36,9 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
|
||||
* @property TransactionCurrency $fromCurrency
|
||||
* @property TransactionCurrency $toCurrency
|
||||
* @property float $rate
|
||||
* @property Carbon $date
|
||||
* @property int $from_currency_id
|
||||
* @property int $to_currency_id
|
||||
*
|
||||
*/
|
||||
class CurrencyExchangeRate extends Model
|
||||
|
Reference in New Issue
Block a user