New bindable for import provider

This commit is contained in:
James Cole
2018-04-29 18:07:38 +02:00
parent b33883b334
commit fba847dd28

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,