We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5cda1e commit 81a77ccCopy full SHA for 81a77cc
src/ToolServiceProvider.php
@@ -74,7 +74,7 @@ public function register()
74
$this->app->when([UploadController::class, ImportController::class])
75
->needs(ModelImporter::class)
76
->give(function () {
77
- $class = $this->app['config']->get('csv-importer.importer');
+ $class = $this->app['config']->get('csv-import.importer');
78
79
$importable = \Maatwebsite\Excel\Concerns\Importable::class;
80
0 commit comments