File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 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.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.2.26] - 16 Feb 2018
8+ ### Added
9+ - refactor functionality to trait (thanks @rs-sliske !).
10+
711## [ 0.2.25] - 16 Feb 2018
812### Fixed
913- 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
3232```
3333
3434## Configuration
35- ### Optional Custom Cache Store
35+ ### Recommended ( Optional) Custom Cache Store
3636If you would like to use a different cache store than the default one used by
3737your Laravel application, you may do so by setting the ` MODEL_CACHE_STORE `
3838environment 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