Commit 2a7df8f1 by Carsten Brandt

Update active-record.md

typo
parent c92a260a
......@@ -500,7 +500,7 @@ if ($customers[0]->orders[0]->customer === $customers[0]) {
```
> Note: Inverse relation cannot be defined with a relation that involves pivoting tables.
> That is, if your relation iso defined with `via()` or `viaTable()`, you cannot call `inverseOf()` further.
> That is, if your relation is defined with `via()` or `viaTable()`, you cannot call `inverseOf()` further.
Joining with Relations
......
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