mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-24 22:48:18 +00:00
Remove reference to a method no longer used.
This commit is contained in:
@@ -96,6 +96,6 @@ class ShowController extends Controller
|
||||
|
||||
$subTitle = (string)trans('firefly.overview_for_recurrence', ['title' => $recurrence->title]);
|
||||
|
||||
return prefixView('recurring.show', compact('recurrence', 'subTitle', 'array', 'groups', 'today'));
|
||||
return view('recurring.show', compact('recurrence', 'subTitle', 'array', 'groups', 'today'));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user