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 Jun 2, 2024
1 parent 107c99b commit 2b0bbf5
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 2b0bbf5

Please sign in to comment.