Skip to content

Commit ebf34f2

Browse files
committed
Merge branch 'master' of github.com:beyondcode/laravel-confirm-email
2 parents aafb8b7 + a7a77ce commit ebf34f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This package adds a `confirmed_at` and `confirmation_code` field to your users t
2020
Publish the migration and the configuration file using
2121

2222
```bash
23-
php artisan vendor:publish --provider=BeyondCode\\EmailConfirmation\\EmailConfirmationServiceProvider
23+
php artisan vendor:publish --provider=BeyondCode\EmailConfirmation\EmailConfirmationServiceProvider
2424
```
2525

2626
And run the migrations:

0 commit comments

Comments
 (0)