mirror of
https://github.com/10h30/Test-Eloquent-Relationships.git
synced 2026-06-05 15:07:42 +09:00
Update README.md
This commit is contained in:
@@ -35,7 +35,7 @@ Test method `test_user_create_task()`.
|
||||
|
||||
## Task 2. BelongsTo with Empty Relationship.
|
||||
|
||||
In the route `/tasks`, the table is loading with error, if it can't find the user related to the task. Fix this: the table should load, showing an empty space where the user name should have been.
|
||||
In the route `/tasks`, the table is loading with error, if it can't find the user related to the task. Fix this: the table should load, still listing all the tasks, just showing an empty space where the user name should have been.
|
||||
|
||||
There are multiple ways how to fix this, choose whichever way works for you.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user