Skip to content

Commit 2f3b715

Browse files
authored
Update Chunk.php
1 parent de0ec36 commit 2f3b715

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

src/app/Services/Importers/Chunk.php

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,8 @@ class Chunk
3232
private $validator;
3333
private $importer;
3434

35-
public function __construct(
36-
DataImport $dataImport,
37-
Template $template,
38-
User $user,
39-
Obj $params,
40-
string $sheetName,
41-
Collection $chunk,
42-
int $index
43-
) {
35+
public function __construct(DataImport $dataImport, Template $template, User $user, Obj $params,
36+
string $sheetName, Collection $chunk, int $index) {
4437
$this->dataImport = $dataImport;
4538
$this->template = $template;
4639
$this->user = $user;

0 commit comments

Comments
 (0)