mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-09-08 08:04:10 +00:00
refactor(platform,adapters): rewrite legacy-era regions of the modules controller, resource, routes and rate recorders in place
This commit is contained in:
@@ -10,6 +10,6 @@ class MoneyExpenseExchangeRateRecorder implements ExpenseExchangeRateRecorder
|
||||
{
|
||||
public function record(Expense $expense): void
|
||||
{
|
||||
ExchangeRateLog::addExchangeRateLog($expense);
|
||||
ExchangeRateLog::addExchangeRateLog(model: $expense);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user