Skip to content

Commit

Permalink
Reproject UWDOEM -> Athens
Browse files Browse the repository at this point in the history
  • Loading branch information
JASchilz committed Feb 26, 2016
1 parent 00e0929 commit c70aa9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EncryptionBehavior.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public function addUsingOperator($p1, $value = null, $operator = null, $preferCo
) {
throw new \Exception("The column $columnName is encrypted, and does not support this form of query.");
} else {
$value = \UWDOEM\Encryption\Cipher::getInstance()->deterministicEncrypt((string)$value);
$value = \Athens\Encryption\Cipher::getInstance()->deterministicEncrypt((string)$value);
}
}
Expand Down

0 comments on commit c70aa9a

Please sign in to comment.