Typo in readme - closes #47

This commit is contained in:
PovilasKorop
2021-11-27 14:56:25 +02:00
committed by GitHub
parent 49b20379c6
commit fa61e15864
+1 -1
View File
@@ -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()`.