mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fixed some date range problems.
This commit is contained in:
@@ -271,7 +271,7 @@ Route::group(
|
||||
|
||||
|
||||
Route::group(
|
||||
['middleware' => ['range', 'web']], function () {
|
||||
['middleware' => ['web-auth-range']], function () {
|
||||
|
||||
/**
|
||||
* Home Controller
|
||||
|
Reference in New Issue
Block a user