Some work on the chart controller. [skip ci]

This commit is contained in:
James Cole
2014-07-29 12:55:41 +02:00
parent 225cfc590c
commit 9054b20700
7 changed files with 111 additions and 73 deletions

View File

@@ -22,6 +22,10 @@ class HelperServiceProvider extends ServiceProvider
'Firefly\Helper\Controllers\AccountInterface',
'Firefly\Helper\Controllers\Account'
);
$this->app->bind(
'Firefly\Helper\Controllers\ChartInterface',
'Firefly\Helper\Controllers\Chart'
);
$this->app->bind(
'Firefly\Helper\Controllers\BudgetInterface',