Skip to content

Commit 2d4c35a

Browse files
committed
Merge branch 'master' of github.com:GeneaLabs/laravel-model-caching
2 parents 5054c28 + 0400b38 commit 2d4c35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ likely conflict with this package. So far these may include the following:
3434
### Things That Don't Work Currently
3535
The following items currently do no work with this package:
3636
```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.
3838
- using select() clauses in Eloquent queries, see #238 (work-around discussed in the issue)
3939
- using SoftDeletes on Models, see #237
4040
```

0 commit comments

Comments
 (0)