Expand config to handle new providers

This commit is contained in:
James Cole
2018-04-29 18:03:55 +02:00
parent 24d8640e9b
commit 554c63b9c7
2 changed files with 28 additions and 4 deletions

View File

@@ -283,6 +283,7 @@ return [
'user' => \FireflyIII\User::class,
// strings
'import_source' => \FireflyIII\Support\Binder\ImportSource::class,
// dates
'start_date' => \FireflyIII\Support\Binder\Date::class,