We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37335f1 commit 38032a6Copy full SHA for 38032a6
src/SQLLoader.php
@@ -375,7 +375,7 @@ public function beginData(array $data): static
375
376
public function withHeaders(): static
377
{
378
- $this->options(['skip' => 1]);
+ $this->options(['skip=1']);
379
$this->defaultColumns = CsvFile::make($this->inputFiles[0]->path, 'r')->getHeaders();
380
381
return $this;
0 commit comments