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:
@@ -132,7 +132,7 @@ class InstallController extends Controller
|
||||
// set new DB version.
|
||||
app('fireflyconfig')->set('db_version', (int)config('firefly.db_version'));
|
||||
|
||||
return prefixView('install.index');
|
||||
return view('install.index');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user