@@ -79,7 +79,7 @@ |
||
79 | 79 | if (!extension_loaded('openssl')) { |
80 | 80 | throw new RuntimeException( |
81 | 81 | 'OpenSSL extension is not loaded or actived, ' |
82 | - . 'please check your PHP configuration' |
|
82 | + . 'please check your PHP configuration' |
|
83 | 83 | ); |
84 | 84 | } |
85 | 85 |