We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccf37fa commit e4cddeeCopy full SHA for e4cddee
src/helpers.php
@@ -44,6 +44,6 @@ function db_decrypt($column)
44
*/
45
function db_decrypt_string($column, $value, $operator = 'LIKE')
46
{
47
- return 'AES_DECRYPT('.$column.', "'.config("mysql-encrypt.key").'") "'.$operator.'" "'.$value.'" COLLATE utf8mb4_general_ci';
+ return 'AES_DECRYPT('.$column.', "'.config("mysql-encrypt.key").'") '.$operator.' "'.$value.'" COLLATE utf8mb4_general_ci';
48
}
49
0 commit comments