Skip to content

Commit d67a0f7

Browse files
committed
Rename method
1 parent 597cba4 commit d67a0f7

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
@@ -254,7 +254,7 @@ public function resetEvents(): static
254254
/**
255255
* Sets the value of the `closeSession` property.
256256
*/
257-
public function closeSession(bool $value = true): static
257+
public function setCloseSession(bool $value): static
258258
{
259259
$this->closeSession = $value;
260260

0 commit comments

Comments
 (0)