From 7cb717427e176a6d1f529d6595d495db86fad0cd Mon Sep 17 00:00:00 2001 From: Chris Gmyr Date: Sun, 27 Sep 2015 07:21:53 -0400 Subject: [PATCH] update readme --- readme.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/readme.md b/readme.md index 13727b9..402aa09 100644 --- a/readme.md +++ b/readme.md @@ -53,8 +53,6 @@ Update config file to reference your User Model: 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. -__Note:__ if you already have a `users` table and run into any issues with foreign keys, you may have to make the `id` unsigned. - Migrate your database: php artisan migrate