Passed
Push — dev5a ( 96dd50...915c64 )
by Ron
07:38
created
app/Domains/TechTips/SetTechTips.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -121,8 +121,7 @@
 block discarded – undo
121 121
     protected function sendNotification($tip, $edit = false)
122 122
     {
123 123
         // $details = TechTips::find($tipID);
124
-        $users = User::whereHas('UserSettings', function($q)
125
-        {
124
+        $users = User::whereHas('UserSettings', function($q) {
126 125
             $q->where('em_tech_tip', true);
127 126
         })->get();
128 127
 
Please login to merge, or discard this patch.