Moved more code around.

This commit is contained in:
James Cole
2016-01-27 21:35:59 +01:00
parent eab2c57594
commit 57a3f20c13
6 changed files with 279 additions and 209 deletions

View File

@@ -117,6 +117,8 @@ class FireflyServiceProvider extends ServiceProvider
// better report helper interfaces:
$this->app->bind('FireflyIII\Helpers\Report\AccountReportHelperInterface', 'FireflyIII\Helpers\Report\AccountReportHelper');
$this->app->bind('FireflyIII\Helpers\Report\BalanceReportHelperInterface', 'FireflyIII\Helpers\Report\BalanceReportHelper');
$this->app->bind('FireflyIII\Helpers\Report\BudgetReportHelperInterface', 'FireflyIII\Helpers\Report\BudgetReportHelper');