fixed type..
This commit is contained in:
parent
648f9f6e62
commit
aad70daa54
@ -410,7 +410,7 @@ abstract class DocumentIndex extends Base
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($group = config('type.' . $type . '.group')) {
|
if ($group = config('type.' . $type . '.group')) {
|
||||||
$group = Str::studly(Str::singular($group) . '\\';
|
$group = Str::studly(Str::singular($group)) . '\\';
|
||||||
}
|
}
|
||||||
|
|
||||||
$prefix = Str::studly(Str::singular(config('type.' . $type . '.route.prefix')));
|
$prefix = Str::studly(Str::singular(config('type.' . $type . '.route.prefix')));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user