Skip to content

Commit 5d63461

Browse files
authored
Merge pull request #37 from cmrd-senya/patch-1
Readme: Add quotes to vendor publish provider argument
2 parents 87d1776 + 69cfbf8 commit 5d63461

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)