Commit fa840a68 authored by Jens Segers's avatar Jens Segers

Readme fix

parent 177ab042
...@@ -374,7 +374,7 @@ If you want to embed documents, rather than referencing them, you can use the `e ...@@ -374,7 +374,7 @@ If you want to embed documents, rather than referencing them, you can use the `e
} }
Now we can access the post's comments through the dynamic property: Now we can access the user's books through the dynamic property:
$books = User::first()->books; $books = User::first()->books;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment