Skip to content

Commit 2aec5dd

Browse files
Update helpers.php
1 parent ad08ae9 commit 2aec5dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
function vite(array|string $entries = null): Vite
77
{
88
return ! is_null($entries)
9-
? Vite::instance()->withEntries((array) $entries)
9+
? Vite::copy()->withEntries((array) $entries)
1010
: Vite::instance();
1111
}
1212
}

0 commit comments

Comments
 (0)