We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2888a2a commit b426f85Copy full SHA for b426f85
src/models/Settings.php
@@ -69,8 +69,8 @@ public function getGeneratorSuggestions(): array
69
$obj = new $classname();
70
71
$data[] = [
72
- 'name' => $obj->getName(),
73
- 'hint' => $handle
+ 'name' => $handle,
+ 'hint' => $obj->getName()
74
];
75
}
76
@@ -93,8 +93,8 @@ public function getTranslatorSuggestions(): array
93
94
95
96
97
98
99
100
0 commit comments