Skip to content

Commit ac1c0e5

Browse files
authored
Update Debugger.php
1 parent 0f31d50 commit ac1c0e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Debugger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class Debugger
88
public static bool $enabled = false;
99
public static string $sessionKey = 'debugger';
1010

11-
protected static mixed $request = null;
11+
protected static $request = null;
1212

1313
protected static bool $initialized = false;
1414

0 commit comments

Comments
 (0)