Skip to content

Commit 7325690

Browse files
committed
Remove comment
Bit redundant
1 parent 8968ee7 commit 7325690

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

app/Mail/EmailConfirmation.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ public function __construct(User $user)
2020
$this->user = $user;
2121
}
2222

23-
/**
24-
* Build the message.
25-
*
26-
* @return $this
27-
*/
2823
public function build()
2924
{
3025
return $this->subject('Confirm your Laravel.io email address')

0 commit comments

Comments
 (0)