Basic upload working.

This commit is contained in:
James Cole
2015-07-18 09:49:59 +02:00
parent 63ef89b6cc
commit 83d6158483
3 changed files with 26 additions and 6 deletions

View File

@@ -93,6 +93,9 @@ class FireflyServiceProvider extends ServiceProvider
// CSV import
$this->app->bind('FireflyIII\Helpers\Csv\WizardInterface', 'FireflyIII\Helpers\Csv\Wizard');
// attachments
$this->app->bind('FireflyIII\Helpers\Attachments\AttachmentHelperInterface', 'FireflyIII\Helpers\Attachments\AttachmentHelper');
// make charts:
// alternative is Google instead of ChartJs
$this->app->bind('FireflyIII\Generator\Chart\Account\AccountChartGenerator', 'FireflyIII\Generator\Chart\Account\ChartJsAccountChartGenerator');