New bindable for import provider

This commit is contained in:
James Cole 2018-04-29 18:07:38 +02:00
parent b33883b334
commit fba847dd28
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

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