diff --git a/src/Appwrite/OpenSSL/OpenSSL.php b/src/Appwrite/OpenSSL/OpenSSL.php index aa641ec83..1965a3c85 100644 --- a/src/Appwrite/OpenSSL/OpenSSL.php +++ b/src/Appwrite/OpenSSL/OpenSSL.php @@ -4,7 +4,7 @@ namespace Appwrite\OpenSSL; class OpenSSL { - const CIPHER_AES_128_GCM = 'aes-128-gcm'; + public const CIPHER_AES_128_GCM = 'aes-128-gcm'; /** * @param $data