mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 20:11:22 +00:00
Fix code quality with rector [skip ci]
This commit is contained in:
@@ -59,6 +59,6 @@ class IndexController extends Controller
|
||||
|
||||
public function rates(TransactionCurrency $from, TransactionCurrency $to): View
|
||||
{
|
||||
return view('exchange-rates.rates', compact('from', 'to'));
|
||||
return view('exchange-rates.rates', ['from' => $from, 'to' => $to]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user