fixed test

This commit is contained in:
Cüneyt Şentürk 2021-01-09 23:08:31 +03:00
parent d8c4a3aae9
commit 8056c87332

View File

@ -412,7 +412,7 @@ abstract class DocumentIndex extends Base
$group = Str::studly(Str::plural($group, 1)) . '\\';
}
$prefix = Str::studly(Str::plural(config('type.' . $type . '.route.prefix'), 1))
$prefix = Str::studly(Str::plural(config('type.' . $type . '.route.prefix'), 1));
if ($alias = config('type.' . $type . '.alias')) {
$searchStringModel = 'Modules\\' . Str::studly($alias) .'\Models\\' . $group . $prefix;