Skip to content

Commit a5cda1e

Browse files
committed
Change config key
1 parent 63e726d commit a5cda1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Controllers/ImportController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,6 @@ protected function getDataFromJsonFile(string $file): array
283283

284284
protected function getDisk(): ?string
285285
{
286-
return config('nova-csv-import.disk');
286+
return config('csv-import.disk');
287287
}
288288
}

0 commit comments

Comments
 (0)