Skip to content

Commit 3e99b83

Browse files
authored
Update README.md
1 parent aee4e65 commit 3e99b83

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ Any packages that also override `newEloquentModel()` from the `Model` class will
3131
likely conflict with this package. So far these may include the following:
3232
- [grimzy/laravel-mysql-spatial](https://github.com/grimzy/laravel-mysql-spatial)
3333

34-
[![installation guide cover](https://user-images.githubusercontent.com/1791050/36356190-fc1982b2-14a2-11e8-85ed-06f8e3b57ae8.png)](https://vimeo.com/256318402)
35-
3634
### Things That Don't Work Currently
35+
The following items currently do no work with this package:
3736
```diff
38-
- The following items currently do no work with this package:
39-
- - [caching of lazy-loaded relationships, see #127](https://github.com/GeneaLabs/laravel-model-caching/issues/127).
40-
- - [using select() clauses in Eloquent queries, see #238](https://github.com/GeneaLabs/laravel-model-caching/issues/238) (word-around discussed in the issue)
41-
- - [using SoftDeletes on Models, see #237](https://github.com/GeneaLabs/laravel-model-caching/issues/237)
37+
- caching of lazy-loaded relationships, see #127
38+
- using select() clauses in Eloquent queries, see #238 (work-around discussed in the issue)
39+
- using SoftDeletes on Models, see #237
4240
```
4341

42+
[![installation guide cover](https://user-images.githubusercontent.com/1791050/36356190-fc1982b2-14a2-11e8-85ed-06f8e3b57ae8.png)](https://vimeo.com/256318402)
43+
4444
## Installation
4545
Be sure to not require a specific version of this package when requiring it:
4646
```

0 commit comments

Comments
 (0)