Completed
Pull Request — develop (#98)
by Neil
17:48
created
app/Models/Alerting/Alert.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -73,8 +73,8 @@
 block discarded – undo
73 73
     /**
74 74
      *
75 75
      */
76
-     public function scopeActive(Builder $query)
77
-     {
78
-         return $query->where('state', '!=', '0');
79
-     }
76
+        public function scopeActive(Builder $query)
77
+        {
78
+            return $query->where('state', '!=', '0');
79
+        }
80 80
 }
Please login to merge, or discard this patch.