@@ -121,8 +121,7 @@ |
||
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 |