fixed type..

This commit is contained in:
Cüneyt Şentürk 2021-01-10 19:21:21 +03:00
parent 648f9f6e62
commit aad70daa54

View File

@ -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')));