Skip to content

Commit

Permalink
Reverted $flushCacheOnUpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki committed Jul 16, 2021
1 parent c3ffc32 commit 37efbe8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Traits/QueryCacheable.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@
*/
trait QueryCacheable
{
/**
* Invalidate the cache automatically
* upon update in the database.
*
* @var bool
*/
protected static $flushCacheOnUpdate = false;

/**
* Boot the trait.
*
Expand Down

0 comments on commit 37efbe8

Please sign in to comment.