You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ likely conflict with this package. So far these may include the following:
34
34
### Things That Don't Work Currently
35
35
The following items currently do no work with this package:
36
36
```diff
37
-
- caching of lazy-loaded relationships, see #127
37
+
- caching of lazy-loaded relationships, see #127. Currently lazy-loaded belongs-to relationships are cached. Caching of other relationships is in the works.
38
38
- using select() clauses in Eloquent queries, see #238 (work-around discussed in the issue)
0 commit comments