Browse Source

Update active-record.md

typo
tags/2.0.0-beta
Carsten Brandt 11 years ago
parent
commit
2a7df8f17c
  1. 2
      docs/guide/active-record.md

2
docs/guide/active-record.md

@ -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

Loading…
Cancel
Save