Completed
Pull Request — develop (#38)
by Neil
07:20
created
app/Notification.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
 
41 41
     public function scopeLimit($query)
42 42
     {
43
-        return $query->select('notifications.*','key');
43
+        return $query->select('notifications.*', 'key');
44 44
     }
45 45
 
46 46
 }
Please login to merge, or discard this patch.