Skip to content

Commit 7f5c929

Browse files
committed
Fix remove elements tag
1 parent 01b6ad0 commit 7f5c929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/Sse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public function removeElements(string $selector, array $options = [], bool $send
8787
$options,
8888
['mode' => 'remove']
8989
);
90-
$event = new PatchElements($selector, $options);
90+
$event = new RemoveElements($selector, $options);
9191

9292
$this->processEvent($event, $send);
9393
}

0 commit comments

Comments
 (0)