remove extraneous space
This commit is contained in:
@@ -32,7 +32,7 @@ abstract class AbstractCacheDriver extends BaseObject
|
||||
*/
|
||||
protected function getCacheKey($key)
|
||||
{
|
||||
return $this->getPrefix() . ":" . $key;
|
||||
return $this->getPrefix() . ":" . $key;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user