@@ -163,7 +163,7 @@ |
||
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 | } |
@@ -94,7 +94,7 @@ |
||
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 | } |