Skip to content

Commit 8736fa3

Browse files
committed
Update documentation
1 parent 4e76c63 commit 8736fa3

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ 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.51] - 51 Mar 2018
7+
## [0.2.52] - 21 Mar 2018
8+
### Changed
9+
- `flush` console command to be called `clear`, to match other laravel commands.
10+
11+
### Fixed
12+
- implementation of `count()` method.
13+
14+
## [0.2.51] - 10 Mar 2018
815
### Added
916
- disabling of `all()` query.
1017

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ $results = $myModel->disableCache()->where('field', $value)->get();
141141
### Manual Flushing of Specific Model
142142
You can flush the cache of a specific model using the following artisan command:
143143
```sh
144-
php artisan modelCaching:flush --model=App\Model
144+
php artisan modelCaching:clear --model=App\Model
145145
```
146146

147147
This comes in handy when manually making updates to the database. You could also

0 commit comments

Comments
 (0)