mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-25 06:51:08 +00:00
Remove reference to a method no longer used.
This commit is contained in:
@@ -110,7 +110,7 @@ class IndexController extends Controller
|
||||
*/
|
||||
public function index()
|
||||
{
|
||||
return prefixView('export.index');
|
||||
return view('export.index');
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user