Skip to content

Commit 7c6c7db

Browse files
author
Pascal Baljet
committed
Update README.md
1 parent 3bd00c1 commit 7c6c7db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The expire time of the verification URLs can be changed by updating the `auth.ve
2929

3030
## Usage
3131

32-
Add the `MustVerifyNewEmail` trait to your `User` model and make sure it implements the `MustVerifyEmail` interface as well.
32+
Add the `MustVerifyNewEmail` trait to your `User` model and make sure it implements the framework's `MustVerifyEmail` interface as well.
3333

3434
``` php
3535
<?php
@@ -98,7 +98,7 @@ class User extends Authenticatable implements MustVerifyEmail
9898

9999
### Customization
100100

101-
You can change the content of the verification mail by editing the published views which can be found in the `resources/views/vendor/verify-new-email` folder. The `verifyNewEmail.blade.php` view will be sent when verifying *updated* email addresses. The `verifyFirstEmail.blade.php` view will be sent when a User verifies its email address for the first time (after registering). Alternatively you set your own custom Mailables in the config file:
101+
You can change the content of the verification mail by editing the published views which can be found in the `resources/views/vendor/verify-new-email` folder. The `verifyNewEmail.blade.php` view will be sent when verifying *updated* email addresses. The `verifyFirstEmail.blade.php` view will be sent when a User verifies its initial email address for the first time (after registering). Alternatively you set your own custom Mailables classes in the config file:
102102

103103
``` php
104104
<?php

0 commit comments

Comments
 (0)