mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-23 14:26:58 +00:00
Remove reference to a method no longer used.
This commit is contained in:
@@ -125,7 +125,7 @@ class IndexController extends Controller
|
||||
|
||||
$this->verifyRecurringCronJob();
|
||||
|
||||
return prefixView('recurring.index', compact('paginator', 'today', 'page', 'pageSize', 'total'));
|
||||
return view('recurring.index', compact('paginator', 'today', 'page', 'pageSize', 'total'));
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user