Skip to content

Commit ed28602

Browse files
authored
Update CachedState.php (#57826)
1 parent 660c653 commit ed28602

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Foundation/Testing/CachedState.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
class CachedState
66
{
7-
public static array $cachedRoutes;
8-
public static array $cachedConfig;
7+
public static ?array $cachedRoutes = null;
8+
public static ?array $cachedConfig = null;
99
}

0 commit comments

Comments
 (0)