Skip to content

Commit 540e9a4

Browse files
authored
Update DebugCommand.php (#550)
1 parent 31e630b commit 540e9a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Commands/DebugCommand.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ private function processEnvironment(): static
6666
],
6767
'Laravel' => [
6868
'Version' => app()->version(),
69-
'ConfigCached' => file_exists($this->laravel->getCachedConfigPath()),
69+
'ConfigCached' => $this->laravel->configurationIsCached(),
70+
'RoutesCached' => $this->laravel->routesAreCached(),
7071
'DebugEnabled' => $this->laravel->hasDebugModeEnabled(),
7172
],
7273
'Node' => [

0 commit comments

Comments
 (0)