Skip to content

Commit

Permalink
Merge pull request #24 from colinmackinlay/colinmackinlay-patch-1
Browse files Browse the repository at this point in the history
Update README.md fixes issue#23
  • Loading branch information
mpociot authored Aug 7, 2018
2 parents 91e1296 + b57b334 commit a7a77ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This package adds a `confirmed_at` and `confirmation_code` field to your users t
Publish the migration and the configuration file using

```bash
php artisan vendor:publish --provider=BeyondCode\\EmailConfirmation\\EmailConfirmationServiceProvider
php artisan vendor:publish --provider=BeyondCode\EmailConfirmation\EmailConfirmationServiceProvider
```

And run the migrations:
Expand Down

0 comments on commit a7a77ce

Please sign in to comment.