fix(cache): bump cache version (#508)
the update of reflection-docblock means old caches are no longer valid. fixes #507pull/499/merge v4.6.4
parent
99d8a361db
commit
c74076d84f
|
@ -16,9 +16,9 @@ use function Sabre\Event\coroutine;
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue