Example #1
0
 /**
  * {@inheritDoc}
  */
 public function computeKey($path)
 {
     return base64_decode(parent::computeKey($path));
 }