Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit 27a5813

Browse files
committed
2 parents 5ec6b59 + d0a7dbc commit 27a5813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/Event.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function __construct(
1717
public mixed $listen,
1818
public string $scope = '{ subscribed, events }',
1919
public bool $preserveScroll = false,
20-
) {
20+
) {
2121
$this->listeners = $this->parseListeners($listen);
2222
}
2323

0 commit comments

Comments
 (0)