Skip to content

Commit

Permalink
re-run Rector
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Sep 26, 2023
1 parent 42d0630 commit c91a1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Encryption/Encryption.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public function __construct(?EncryptionConfig $config = null)
*/
public function initialize(?EncryptionConfig $config = null)
{
if ($config instanceof \Config\Encryption) {
if ($config instanceof EncryptionConfig) {
$this->key = $config->key;
$this->driver = $config->driver;
$this->digest = $config->digest ?? 'SHA512';
Expand Down

0 comments on commit c91a1fd

Please sign in to comment.