File tree 2 files changed +5
-1
lines changed 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.2.26] - 16 Feb 2018
8
+ ### Added
9
+ - refactor functionality to trait (thanks @rs-sliske !).
10
+
7
11
## [ 0.2.25] - 16 Feb 2018
8
12
### Fixed
9
13
- readme spelling errors (thanks @fridzema !).
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ composer require genealabs/laravel-model-caching
32
32
```
33
33
34
34
## Configuration
35
- ### Optional Custom Cache Store
35
+ ### Recommended ( Optional) Custom Cache Store
36
36
If you would like to use a different cache store than the default one used by
37
37
your Laravel application, you may do so by setting the ` MODEL_CACHE_STORE `
38
38
environment variable in your ` .env ` file to the name of a cache store configured
You can’t perform that action at this time.
0 commit comments