Passed
Push — master ( c35458...7dcfdb )
by Darko
10:35
created
app/Models/Content.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
         }
114 114
 
115 115
         // Others can only see content for their role or everyone
116
-        return $query->where(function ($q) use ($role) {
116
+        return $query->where(function($q) use ($role) {
117 117
             $q->where('role', self::ROLE_EVERYONE)
118 118
                 ->orWhere('role', $role);
119 119
         });
Please login to merge, or discard this patch.