mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 15:39:50 +00:00
Remove reference to a method no longer used.
This commit is contained in:
@@ -148,7 +148,7 @@ class EditController extends Controller
|
||||
$array['repeat_until'] = substr((string)$array['repeat_until'], 0, 10);
|
||||
$array['transactions'][0]['tags'] = implode(',', $array['transactions'][0]['tags'] ?? []);
|
||||
|
||||
return prefixView(
|
||||
return view(
|
||||
'recurring.edit',
|
||||
compact(
|
||||
'recurrence', 'array', 'bills',
|
||||
|
||||
Reference in New Issue
Block a user