1
0
Fork 0

fix(cache): bump cache version

the update of reflection-docblock means old caches are no longer valid.

fixes #507
pull/508/head
Felix Becker 2017-10-29 12:58:53 -07:00
parent 99d8a361db
commit 8574add15b
1 changed files with 2 additions and 2 deletions

View File

@ -16,9 +16,9 @@ use function Sabre\Event\coroutine;
class Indexer class Indexer
{ {
/** /**
* @var The prefix for every cache item * @var int The prefix for every cache item
*/ */
const CACHE_VERSION = 1; const CACHE_VERSION = 2;
/** /**
* @var FilesFinder * @var FilesFinder