Skip to content

Commit

Permalink
Change config key
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhamp committed Apr 24, 2022
1 parent 63e726d commit a5cda1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/ImportController.php
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,6 @@ protected function getDataFromJsonFile(string $file): array

protected function getDisk(): ?string
{
return config('nova-csv-import.disk');
return config('csv-import.disk');
}
}

0 comments on commit a5cda1e

Please sign in to comment.