refactor(platform,adapters): rewrite legacy-era regions of the modules controller, resource, routes and rate recorders in place

This commit is contained in:
Darko Gjorgjijoski
2026-08-21 14:15:48 +02:00
parent 28281a250f
commit 10b76da90d
5 changed files with 9 additions and 7 deletions
@@ -10,6 +10,6 @@ class MoneyExpenseExchangeRateRecorder implements ExpenseExchangeRateRecorder
{
public function record(Expense $expense): void
{
ExchangeRateLog::addExchangeRateLog($expense);
ExchangeRateLog::addExchangeRateLog(model: $expense);
}
}