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