Skip to content

Commit 3a235a2

Browse files
committed
fix
1 parent 496ed85 commit 3a235a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public static function getGroupTable(mixed $default = null): string
2626
/** @return class-string<Group> */
2727
public static function getGroupClass(mixed $default = null): string
2828
{
29-
return self::get('model.group.class', $default);
29+
return self::get('models.group.class', $default);
3030
}
3131

3232
public static function getGroupKeyType(mixed $default = null): KeyType

0 commit comments

Comments
 (0)