Some new tests and fixes. [skip ci]

This commit is contained in:
James Cole
2014-07-23 06:57:51 +02:00
parent 9d142aa8b0
commit cc71a1116a
15 changed files with 397 additions and 97 deletions

View File

@@ -5,7 +5,7 @@
App::before(
function ($request) {
if (Auth::check()) {
$toolkit = App::make('\Firefly\Helper\Toolkit\ToolkitInterface');
$toolkit = App::make('Firefly\Helper\Toolkit\ToolkitInterface');
$toolkit->getDateRange();
}
Event::fire('app.before');