Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Commit

Permalink
New cache key for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik Barham committed Jan 19, 2018
1 parent ff4b16f commit d11d622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Router.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Router implements Delegate, LoggerAwareInterface
{
use LoggerAwareTrait;

const CACHE_KEY = 'routes_v2';
const CACHE_KEY = 'routes_v3';

/** @var mixed[] Various options as defined by FastRoute */
protected $options = [];
Expand Down

0 comments on commit d11d622

Please sign in to comment.