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, 'user' => \FireflyIII\User::class,
// strings // strings
'import_source' => \FireflyIII\Support\Binder\ImportSource::class, 'import_provider' => \FireflyIII\Support\Binder\ImportProvider::class,
// dates // dates
'start_date' => \FireflyIII\Support\Binder\Date::class, 'start_date' => \FireflyIII\Support\Binder\Date::class,