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 496ed85 commit 3a235a2Copy full SHA for 3a235a2
src/Config/Config.php
@@ -26,7 +26,7 @@ public static function getGroupTable(mixed $default = null): string
26
/** @return class-string<Group> */
27
public static function getGroupClass(mixed $default = null): string
28
{
29
- return self::get('model.group.class', $default);
+ return self::get('models.group.class', $default);
30
}
31
32
public static function getGroupKeyType(mixed $default = null): KeyType
0 commit comments