mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 12:12:18 +00:00
All kinds of new stuff. Started with perfecting the account controller. [skip ci]
This commit is contained in:
@@ -7,7 +7,7 @@ App::before(
|
||||
Event::fire('app.before');
|
||||
if (Auth::check()) {
|
||||
$toolkit = App::make('Firefly\Helper\Toolkit\ToolkitInterface');
|
||||
return $toolkit->getDateRange();
|
||||
return $toolkit->getDateRange($request);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user