Skip to content

Commit

Permalink
read chunk size from config
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed May 18, 2023
1 parent 4bc8dc0 commit 7f2c86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Abstracts/ImportMultipleSheets.php
Expand Up @@ -20,6 +20,6 @@ public function __construct()

public function chunkSize(): int
{
return 100;
return config('excel.imports.chunk_size');
}
}

0 comments on commit 7f2c86c

Please sign in to comment.