First page for currency exchange rates.

This commit is contained in:
James Cole
2024-12-21 21:01:03 +01:00
parent 0e8fdd76a6
commit 1daffedde0
14 changed files with 482 additions and 193 deletions

View File

@@ -90,6 +90,7 @@ class CurrencyRepository implements CurrencyRepositoryInterface
return CurrencyExchangeRate::create(
[
'user_id' => $this->user->id,
'user_group_id' => $this->user->user_group_id,
'from_currency_id' => $fromCurrency->id,
'to_currency_id' => $toCurrency->id,
'date' => $date,