We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0072e11 commit 375f6f6Copy full SHA for 375f6f6
user_guide_src/source/libraries/encryption/013.php
@@ -2,7 +2,7 @@
2
3
use Config\Encryption;
4
5
-$config = config(Encryption::class);
+$config = new Encryption();
6
$config->driver = 'OpenSSL';
7
8
// Your CI3's 'encryption_key'
0 commit comments