File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ newline=\n
4040handler =Gt\Session\FileHandler
4141path =phpgt/session
4242name =GT
43+ use_cookies =true
4344
4445[database]
4546driver =sqlite
Original file line number Diff line number Diff line change 22namespace GT \WebEngine \Logic ;
33
44use Closure ;
5+ use Gt \Routing \LogicStream \LogicStreamWrapper ;
56
67/**
78 * Handles the registration of a custom stream wrapper, as defined by the
@@ -12,8 +13,8 @@ class LogicStreamHandler {
1213 private Closure $ streamWrapperRegisterCallback ;
1314
1415 public function __construct (
15- private readonly string $ streamName = WebEngineLogicStreamWrapper ::STREAM_NAME ,
16- private readonly string $ logicStreamClassName = WebEngineLogicStreamWrapper ::class,
16+ private readonly string $ streamName = LogicStreamWrapper ::STREAM_NAME ,
17+ private readonly string $ logicStreamClassName = LogicStreamWrapper ::class,
1718 ?Closure $ streamWrapperRegisterCallback = null ,
1819 ) {
1920 $ this ->streamWrapperRegisterCallback = $ streamWrapperRegisterCallback ??
You can’t perform that action at this time.
0 commit comments