remove extraneous space
This commit is contained in:
parent
e604b3239d
commit
bc8d444989
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ abstract class AbstractCacheDriver extends BaseObject
|
|||
*/
|
||||
protected function getCacheKey($key)
|
||||
{
|
||||
return $this->getPrefix() . ":" . $key;
|
||||
return $this->getPrefix() . ":" . $key;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue