Skip to content

Commit bcfc5ab

Browse files
committed
Merge branch 'master' into develop
2 parents 9afbf17 + 9782a4c commit bcfc5ab

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-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.29] - 18 Feb 2018
8+
### Added
9+
- hash collision detection and prevetion.
10+
711
## [0.2.28] - 18 Feb 2018
812
### Changed
913
- disabling of cache from using session to use cache-key instead.

src/Traits/Cachable.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
use GeneaLabs\LaravelModelCaching\CacheKey;
44
use GeneaLabs\LaravelModelCaching\CacheTags;
55
use GeneaLabs\LaravelModelCaching\CachedModel;
6-
use Illuminate\Support\Facades\Cache;
76
use Illuminate\Cache\TaggableStore;
87
use Illuminate\Database\Query\Builder;
98
use Illuminate\Database\Eloquent\Builder as EloquentBuilder;

0 commit comments

Comments
 (0)