You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: readme.md
-2
Original file line number
Diff line number
Diff line change
@@ -49,8 +49,6 @@ Add the trait to your user model:
49
49
50
50
Create a `users` table if you do not have one already. If you need one, simply use [this example](https://github.com/cmgmyr/laravel-messenger/blob/v1/src/Cmgmyr/Messenger/examples/create_users_table.php) as a starting point, then migrate.
51
51
52
-
__Note:__ if you already have a `users` table and run into any issues with foreign keys, you may have to make the `id` unsigned.
0 commit comments