Finally updated the transaction controller to have some more sensible code.

This commit is contained in:
James Cole
2014-12-30 21:03:42 +01:00
parent 8c3ae40de1
commit 1ef96c0b4d
5 changed files with 281 additions and 269 deletions

View File

@@ -98,6 +98,7 @@ class FF3ServiceProvider extends ServiceProvider
$this->app->bind('FireflyIII\Report\ReportInterface', 'FireflyIII\Report\Report');
$this->app->bind('FireflyIII\Report\ReportQueryInterface', 'FireflyIII\Report\ReportQuery');
$this->app->bind('FireflyIII\Report\ReportHelperInterface', 'FireflyIII\Report\ReportHelper');
$this->app->bind('FireflyIII\Helper\TransactionJournal\HelperInterface', 'FireflyIII\Helper\TransactionJournal\Helper');
// chart
$this->app->bind('FireflyIII\Chart\ChartInterface', 'FireflyIII\Chart\Chart');