Skip to content

Commit

Permalink
Styling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohanan Baruchel committed Nov 16, 2018
1 parent 315c291 commit a71a3bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Foundation/Auth/VerifiesEmails.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ public function show(Request $request)
/**
* Mark the authenticated user's email address as verified.
*
* @param \Illuminate\Http\Request $request
* @param \Illuminate\Http\Request $request
* @return \Illuminate\Http\Response
* @throws AuthorizationException
* @throws \Illuminate\Auth\Access\AuthorizationException
*/
public function verify(Request $request)
{
Expand Down

0 comments on commit a71a3bd

Please sign in to comment.