Skip to content

Commit

Permalink
Update helpers.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaskleinschmidt authored Sep 9, 2023
1 parent ad08ae9 commit 2aec5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
function vite(array|string $entries = null): Vite
{
return ! is_null($entries)
? Vite::instance()->withEntries((array) $entries)
? Vite::copy()->withEntries((array) $entries)
: Vite::instance();
}
}

0 comments on commit 2aec5dd

Please sign in to comment.