Passed
Push — master ( ca1afd...17d1b4 )
by Quim González
04:09
created
app/Mail/Hello.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,6 +31,6 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.