Skip to content

Commit a9a1e8b

Browse files
author
Yanik Kumar
committed
Boolean change after env helper modified
1 parent 6091a53 commit a9a1e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/Support/Debugbar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public static function resetForRequest()
3636

3737
public static function render()
3838
{
39-
if (env('APP_DEBUG') !== 'true') return;
39+
if (!env('APP_DEBUG')) return;
4040

4141
$endTime = microtime(true);
4242
$startTime = defined('REQUEST_START') ? REQUEST_START : SPROUT_START;

0 commit comments

Comments
 (0)