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