Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'fix/decrypt-filter' of https://github.com/rafalwrzeszcz…
Browse files Browse the repository at this point in the history
…/zf2 into hotfix/decrypt-filter
  • Loading branch information
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Decrypt.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Decrypt extends Encrypt
* @param string $value Content to decrypt
* @return string The decrypted content
*/
public function __invoke($value)
public function filter($value)
{
return $this->_adapter->decrypt($value);
}
Expand Down

0 comments on commit 87dfcbe

Please sign in to comment.