Skip to content

Commit

Permalink
Merge pull request #80 from dmishh/hotfix/psr6-cache
Browse files Browse the repository at this point in the history
Make cache prefix PSR-6 compatible
  • Loading branch information
Nyholm committed Apr 14, 2016
2 parents 7b8cb38 + 6e7f7c4 commit 373b33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Manager/CachedSettingsManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
class CachedSettingsManager implements SettingsManagerInterface
{
const PREFIX = 'dmishh_settings_o{%s}_k{%s}';
const PREFIX = 'dmishh_settings_%s_%s';

/**
* @var CacheItemPoolInterface
Expand Down

0 comments on commit 373b33c

Please sign in to comment.