Skip to content

Commit

Permalink
Fix Inflector use in WincacheEngine, XcacheEngine
Browse files Browse the repository at this point in the history
  • Loading branch information
Denys Kyselov committed Jul 12, 2014
1 parent 48e457e commit 6488669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Cache/Engine/WincacheEngine.php
Expand Up @@ -15,6 +15,7 @@
namespace Cake\Cache\Engine;

use Cake\Cache\CacheEngine;
use Cake\Utility\Inflector;

/**
* Wincache storage engine for cache
Expand Down
1 change: 1 addition & 0 deletions src/Cache/Engine/XcacheEngine.php
Expand Up @@ -15,6 +15,7 @@
namespace Cake\Cache\Engine;

use Cake\Cache\CacheEngine;
use Cake\Utility\Inflector;

/**
* Xcache storage engine for cache
Expand Down

0 comments on commit 6488669

Please sign in to comment.