Completed
Pull Request — master (#58)
by
unknown
07:42
created
app/Http/Controllers/TechTipsController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -163,7 +163,7 @@
 block discarded – undo
163 163
         try
164 164
         {
165 165
             Mail::to($userList)->send(new newTechtip($tipData));
166
-        } catch(Exception $e)
166
+        } catch (Exception $e)
167 167
         {
168 168
             report($e);
169 169
         }
Please login to merge, or discard this patch.
app/Http/Controllers/UserController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
         try
95 95
         {
96 96
             Mail::to($request->email)->send(new InitializeUser($hash, $request->username, $request->first_name.' '.$request->last_name));
97
-        } catch(Exception $e)
97
+        } catch (Exception $e)
98 98
         {
99 99
             report($e);
100 100
         }
Please login to merge, or discard this patch.