Update admin module to use new Cache system

This commit is contained in:
Kijin Sung 2016-04-17 15:01:42 +09:00
parent 7d80bbe27d
commit 89ae581e55
11 changed files with 32 additions and 16 deletions

View file

@ -38,7 +38,7 @@ class XCache implements \Rhymix\Framework\Drivers\CacheInterface
* @param mixed $config
* @return bool
*/
public function validateSettings($config)
public static function validateSettings($config)
{
return true;
}