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 0e5331e commit f45d0e9Copy full SHA for f45d0e9
StubsController.php
@@ -79,6 +79,10 @@ public function actionIndex()
79
}
80
81
foreach ($config['components'] as $name => $component) {
82
+ if (is_string($component)) {
83
+ $component = ['class' => $component];
84
+ }
85
+
86
if ($name === 'user' && isset($component['identityClass'])) {
87
$userIdentities[] = $component['identityClass'];
88
0 commit comments