Skip to content

Commit 6bec94d

Browse files
committed
Update Command.php
1 parent 16697c7 commit 6bec94d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Ubiquity/devtools/cmd/Command.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -593,9 +593,6 @@ protected static function getCustomCommandInfos() {
593593
$result[] = $o->getCommand();
594594
}
595595
}
596-
if(\class_exists('\\Ubiquity\\security\\data\\EncryptionManager',true)){
597-
$result[]=self::newEncryptionKey();
598-
}
599596
return $result;
600597
}
601598

@@ -694,6 +691,7 @@ public static function getCommands() {
694691
self::createCommand(),
695692
self::initAcls(),
696693
self::displayAcls(),
694+
self::newEncryptionKey(),
697695
...self::getCustomCommandInfos()
698696
];
699697
}

0 commit comments

Comments
 (0)