Skip to content

Commit

Permalink
docs: no use config()
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevsr committed May 31, 2024
1 parent 0072e11 commit 375f6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/libraries/encryption/013.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use Config\Encryption;

$config = config(Encryption::class);
$config = new Encryption();
$config->driver = 'OpenSSL';

// Your CI3's 'encryption_key'
Expand Down

0 comments on commit 375f6f6

Please sign in to comment.