@@ -8,7 +8,7 @@ |
||
8 | 8 | /** |
9 | 9 | * @return bool |
10 | 10 | */ |
11 | - public function widgetShouldHaveDebugInfo(){ |
|
11 | + public function widgetShouldHaveDebugInfo() { |
|
12 | 12 | |
13 | 13 | return env('WIDGET_IDENTIFIER', true) && env('APP_ENV', 'production') === 'local'; |
14 | 14 | } |