Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexszeliga committed Feb 16, 2024
1 parent b579ee1 commit 4933618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exportable.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ private function exportOrDownload($path, $function, callable $callback = null, $
$this->setOptions($options);

// extract file type for writing to php://output
if (str_starts_with($path,'php://export')) {
if (str_starts_with($path,'php://output')) {
$path = explode(';', $path)[0];
}

Expand Down

0 comments on commit 4933618

Please sign in to comment.