Skip to content

Commit

Permalink
Merge pull request #5 from genecommerce/fix-lock-env-cli
Browse files Browse the repository at this point in the history
Fix `config:set --lock-env` command
  • Loading branch information
convenient authored Jul 16, 2024
2 parents d76bf54 + f45632e commit 66e037b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
</arguments>
</type>

<type name="Gene\EncryptionKeyManager\Console\GenerateEncryptionKey">
<arguments>
<argument name="changeEncryptionKey" xsi:type="object">Gene\EncryptionKeyManager\Service\ChangeEncryptionKey\Proxy</argument>
</arguments>
</type>

<type name="Gene\EncryptionKeyManager\Service\ChangeEncryptionKey">
<arguments>
<argument name="structure" xsi:type="object">Magento\Config\Model\Config\StructureLazy</argument>
Expand Down

0 comments on commit 66e037b

Please sign in to comment.