Completed
Push — master ( ea4501...3b85dc )
by Iman
02:07
created
src/Utils/Policies.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.