@@ -3,9 +3,9 @@ |
||
3 | 3 | namespace Spatie\SimpleExcel; |
4 | 4 | |
5 | 5 | use Box\Spout\Common\Entity\Row; |
6 | +use Box\Spout\Reader\Common\Creator\ReaderEntityFactory; |
|
6 | 7 | use Box\Spout\Reader\ReaderInterface; |
7 | 8 | use Illuminate\Support\LazyCollection; |
8 | -use Box\Spout\Reader\Common\Creator\ReaderEntityFactory; |
|
9 | 9 | |
10 | 10 | class SimpleExcelReader |
11 | 11 | { |