Skip to content

Commit 38032a6

Browse files
committed
fix: skip=1
1 parent 37335f1 commit 38032a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SQLLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ public function beginData(array $data): static
375375

376376
public function withHeaders(): static
377377
{
378-
$this->options(['skip' => 1]);
378+
$this->options(['skip=1']);
379379
$this->defaultColumns = CsvFile::make($this->inputFiles[0]->path, 'r')->getHeaders();
380380

381381
return $this;

0 commit comments

Comments
 (0)