Skip to content

Commit

Permalink
Removed reference to Zend\ from config files
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Jan 12, 2022
1 parent 3de780f commit 402d961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/ocra-cached-view-resolver.local.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ return [
Module::CONFIG => [
// following is the key used to store the template map in the cache adapter
Module::CONFIG_CACHE_KEY => 'cached_template_map',
// name of a service implementing the `Zend\Cache\Storage\StorageInterface`, used to cache the template map.
// name of a service implementing the `Laminas\Cache\Storage\StorageInterface`, used to cache the template map.
// please provide your own here!
Module::CONFIG_CACHE_SERVICE => 'your-cache-service-id-here',
],
Expand Down

0 comments on commit 402d961

Please sign in to comment.