Skip to content
Snippets Groups Projects
Commit f91fa9e2 authored by Richard Fath's avatar Richard Fath
Browse files

Fix cacheClass in full example in README.md

parent e55be79f
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ use Heise\Shariff\LaminasCache;
* @var array
*/
private static $configuration = [
'cacheClass' => LaminasCache::class,
'cacheClass' => 'Heise\\Shariff\\LaminasCache',
'cache' => [
'ttl' => 60,
'cacheDir' => '/tmp/shariff/cache',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment