We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f691ac5 commit d1ca13cCopy full SHA for d1ca13c
src/Action/Decrypt.php
@@ -28,7 +28,7 @@ public function get($name)
28
$configfile = new ConfigFile;
29
$configarr = $configfile->get();
30
31
- if (!empty($this->configkey) && count($configfile)) {
+ if (!empty($this->configkey) && count($configarr)) {
32
33
$crypt = new Encrypter($this->configkey, $configfile->getEncEnvConfig()['cipher']);
34
0 commit comments