Passed
Push — master ( 347ebc...7d31a3 )
by Eric
03:42
created
app/Mail/Hello.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,6 +30,6 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.