File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ public function __construct(protected Client $client) {}
12
12
public function register (): void
13
13
{
14
14
Event::listen ('* ' , function (string $ eventName , array $ data ) {
15
-
16
15
$ event = $ data [0 ] ?? (object ) null ;
17
16
18
17
if (! method_exists ($ event , 'broadcastOn ' )) {
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class Window
24
24
25
25
protected bool $ kiosk = false ;
26
26
27
- protected $ rememberState = false ;
27
+ protected bool $ rememberState = false ;
28
28
29
29
protected bool $ alwaysOnTop = false ;
30
30
@@ -362,4 +362,9 @@ public function fromRuntimeWindow(object $window): static
362
362
363
363
return $ this ;
364
364
}
365
+
366
+ public function __get ($ var )
367
+ {
368
+ return $ this ->$ var ?? null ;
369
+ }
365
370
}
You can’t perform that action at this time.
0 commit comments