From fa61e15864560f8e0111ee58875e20cddd146138 Mon Sep 17 00:00:00 2001 From: PovilasKorop Date: Sat, 27 Nov 2021 14:56:25 +0200 Subject: [PATCH] Typo in readme - closes #47 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3370e35..4274147 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Test method `test_show_roles_with_users()`. ## Task 5. BelongsToMany - Extra Fields in Pivot Table. -In the route `/teams`, the table should show the teams with users, each user with a few additional fields. Fix the relationship definition in `app/Models/Team.php` so that the Blade file `tasks/index.blade.php` would show the correct data. +In the route `/teams`, the table should show the teams with users, each user with a few additional fields. Fix the relationship definition in `app/Models/Team.php` so that the Blade file `teams/index.blade.php` would show the correct data. Test method `test_teams_with_users()`.