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 09bc233 commit 662d317Copy full SHA for 662d317
src/Ubiquity/devtools/cmd/Command.php
@@ -513,7 +513,7 @@ protected static function getCustomCommandInfos() {
513
514
public static function getCustomCommands() {
515
if (! isset(self::$customCommands)) {
516
- $classes = UIntrospection::getChildClasses('\\Ubiquity\\devtools\\cmd\\AbstractCustomCommand');
+ $classes = UIntrospection::getChildClasses('\\Ubiquity\\devtools\\cmd\\commands\\AbstractCustomCommand');
517
foreach ($classes as $class) {
518
$o = new $class();
519
self::$customCommands[$o->getCommand()->getName()] = $o;
0 commit comments