Skip to content

Commit

Permalink
Rename class to match file name (#25617)
Browse files Browse the repository at this point in the history
  • Loading branch information
SharkyKZ authored and wilsonge committed Aug 6, 2019
1 parent f523982 commit cd92e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/Encrypt/AES/OpenSSL.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* @since __DEPLOY_VERSION__
*/
class Openssl extends AbstractAES implements AesInterface
class OpenSSL extends AbstractAES implements AesInterface
{
/**
* The OpenSSL options for encryption / decryption
Expand Down

0 comments on commit cd92e41

Please sign in to comment.