Skip to content

Commit 08dc3db

Browse files
authored
fixed missing }
1 parent 6fbd1c3 commit 08dc3db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/VerifiesEmail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function validateVerificationRequest(Request $request)
3232
], []);
3333

3434
);
35-
35+
};
3636

3737
/**
3838
* Verifies the given user's email.

0 commit comments

Comments
 (0)