Update code, work to pass filters. [skip ci]

This commit is contained in:
James Cole
2014-07-21 16:41:00 +02:00
parent 92cf059102
commit 61438bf5f1
6 changed files with 41 additions and 17 deletions

View File

@@ -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');
}