Skip to content

Commit 7ee1c55

Browse files
committed
update readme
1 parent 2691d79 commit 7ee1c55

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

readme.md

-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ Add the trait to your user model:
4949

5050
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.
5151

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.
53-
5452
Migrate your database:
5553

5654
php artisan migrate --package=cmgmyr/messenger

0 commit comments

Comments
 (0)