Code formatting
This commit is contained in:
7
cache/Cacher.php
vendored
7
cache/Cacher.php
vendored
@ -11,15 +11,14 @@
|
||||
|
||||
class Cacher
|
||||
{
|
||||
|
||||
|
||||
/**
|
||||
* Initialized cachers
|
||||
*
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
static protected $caches = array();
|
||||
|
||||
|
||||
|
||||
static public function get($cacher, $config = null)
|
||||
{
|
||||
if (!isset(self::$caches[$cacher])) {
|
||||
|
Reference in New Issue
Block a user