Skip to content

Commit 662d317

Browse files
committed
Fix class name typo
1 parent 09bc233 commit 662d317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Ubiquity/devtools/cmd/Command.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ protected static function getCustomCommandInfos() {
513513

514514
public static function getCustomCommands() {
515515
if (! isset(self::$customCommands)) {
516-
$classes = UIntrospection::getChildClasses('\\Ubiquity\\devtools\\cmd\\AbstractCustomCommand');
516+
$classes = UIntrospection::getChildClasses('\\Ubiquity\\devtools\\cmd\\commands\\AbstractCustomCommand');
517517
foreach ($classes as $class) {
518518
$o = new $class();
519519
self::$customCommands[$o->getCommand()->getName()] = $o;

0 commit comments

Comments
 (0)