Skip to content

Commit 4411a7a

Browse files
committed
fix styling
1 parent b723f68 commit 4411a7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Jobs/ImportCsv.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
class ImportCsv implements ShouldQueue
1414
{
1515
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
16-
1716
use Batchable;
1817

1918
/**
@@ -26,7 +25,8 @@ public function __construct(
2625
public string $model,
2726
public array $chunk,
2827
public array $columns,
29-
) { /** */}
28+
) {
29+
}
3030

3131
/**
3232
* Execute the job.

0 commit comments

Comments
 (0)