New account report helper to make the report helper a lot lighter.

This commit is contained in:
James Cole
2016-01-27 20:45:05 +01:00
parent 28fdad9426
commit 390cace775
3 changed files with 45 additions and 0 deletions

View File

@@ -115,6 +115,10 @@ class FireflyServiceProvider extends ServiceProvider
$this->app->bind('FireflyIII\Helpers\Report\ReportQueryInterface', 'FireflyIII\Helpers\Report\ReportQuery');
$this->app->bind('FireflyIII\Helpers\FiscalHelperInterface', 'FireflyIII\Helpers\FiscalHelper');
// better report helper interfaces:
$this->app->bind('FireflyIII\Helpers\Report\AccountReportHelperInterface', 'FireflyIII\Helpers\Report\AccountReportHelper');
}