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