Skip to content

Commit 7cb7174

Browse files
committed
update readme
1 parent 5bc56f7 commit 7cb7174

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
@@ -53,8 +53,6 @@ Update config file to reference your User Model:
5353

5454
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/v2/src/Cmgmyr/Messenger/examples/create_users_table.php) as a starting point, then migrate.
5555

56-
__Note:__ if you already have a `users` table and run into any issues with foreign keys, you may have to make the `id` unsigned.
57-
5856
Migrate your database:
5957

6058
php artisan migrate

0 commit comments

Comments
 (0)