Skip to content

Commit

Permalink
Fixed casing of DecryptCommand class
Browse files Browse the repository at this point in the history
  • Loading branch information
hostep authored and cmuench committed Sep 6, 2024
1 parent 9d68130 commit 20b8201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/N98/Magento/Command/Developer/DecryptCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* Class DecryptCommand
* @package N98\Magento\Command\Developer
*/
class decryptCommand extends AbstractMagentoCommand
class DecryptCommand extends AbstractMagentoCommand
{
/**
* @var \Magento\Framework\Encryption\EncryptorInterface
Expand Down

0 comments on commit 20b8201

Please sign in to comment.