Skip to content

Commit

Permalink
Fix return type
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Nov 28, 2019
1 parent 8105ee4 commit 663a30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Mail/Mailable.php
Expand Up @@ -202,7 +202,7 @@ public function later($delay, Queue $queue)
/**
* Render the mailable into a view.
*
* @return \Illuminate\View\View
* @return string
*
* @throws \ReflectionException
*/
Expand Down

0 comments on commit 663a30f

Please sign in to comment.