@@ -54,7 +54,7 @@ |
||
| 54 | 54 | { |
| 55 | 55 | $mail->to($emailAddress)->send(new TestEmail); |
| 56 | 56 | } |
| 57 | - catch (\Exception $e) |
|
| 57 | + catch(\Exception $e) |
|
| 58 | 58 | { |
| 59 | 59 | return $e->getMessage(); |
| 60 | 60 | } |