We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b41a8e + 4f0dd9e commit 582b7a4Copy full SHA for 582b7a4
README.md
@@ -497,7 +497,7 @@ SQLSTATE[HY000]: General error: 1005 Can't create table 'laravelbootstrapstarter
497
```
498
499
Then it's likely that the `id` column in your user table does not match the `user_id` column in `role_user`.
500
-Match sure both are `INT(10)`.
+Make sure both are `INT(10)`.
501
502
When trying to use the EntrustUserTrait methods, you encounter the error which looks like
503
0 commit comments