diff --git a/laravel/documentation/database/eloquent.md b/laravel/documentation/database/eloquent.md index 71e3a402..b2caf7e8 100644 --- a/laravel/documentation/database/eloquent.md +++ b/laravel/documentation/database/eloquent.md @@ -242,7 +242,7 @@ Many-to-many relationships are the most complicated of the three relationships. id - INTEGER name - VARCHAR -**Roles_Users:** +**Role_User:** id - INTEGER user_id - INTEGER