Skip to content

Commit 3e6823d

Browse files
committed
Updated documentation
1 parent 91b49b5 commit 3e6823d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and 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!).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
3636
If you would like to use a different cache store than the default one used by
3737
your Laravel application, you may do so by setting the `MODEL_CACHE_STORE`
3838
environment variable in your `.env` file to the name of a cache store configured

0 commit comments

Comments
 (0)