@@ -31,6 +31,6 @@ |
||
31 | 31 | */ |
32 | 32 | public function build() |
33 | 33 | { |
34 | - return $this->view('mails.hello', ['user' => $this->user ]); |
|
34 | + return $this->view('mails.hello', ['user' => $this->user]); |
|
35 | 35 | } |
36 | 36 | } |