We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6091a53 commit a9a1e8bCopy full SHA for a9a1e8b
core/Support/Debugbar.php
@@ -36,7 +36,7 @@ public static function resetForRequest()
36
37
public static function render()
38
{
39
- if (env('APP_DEBUG') !== 'true') return;
+ if (!env('APP_DEBUG')) return;
40
41
$endTime = microtime(true);
42
$startTime = defined('REQUEST_START') ? REQUEST_START : SPROUT_START;
0 commit comments