Skip to content

Commit caea9d8

Browse files
author
camilleislasse
committed
Remove read only
1 parent fa90aee commit caea9d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp-bundle/src/Routing/RouteLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ final class RouteLoader extends Loader
2121
private bool $loaded = false;
2222

2323
public function __construct(
24-
private readonly bool $sseTransportEnabled,
24+
private bool $sseTransportEnabled,
2525
) {
2626
parent::__construct();
2727
}

0 commit comments

Comments
 (0)