Skip to content

Commit 81a77cc

Browse files
authored
Fix config name
1 parent a5cda1e commit 81a77cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ToolServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function register()
7474
$this->app->when([UploadController::class, ImportController::class])
7575
->needs(ModelImporter::class)
7676
->give(function () {
77-
$class = $this->app['config']->get('csv-importer.importer');
77+
$class = $this->app['config']->get('csv-import.importer');
7878

7979
$importable = \Maatwebsite\Excel\Concerns\Importable::class;
8080

0 commit comments

Comments
 (0)