fixed test
This commit is contained in:
parent
d8c4a3aae9
commit
8056c87332
@ -412,7 +412,7 @@ abstract class DocumentIndex extends Base
|
|||||||
$group = Str::studly(Str::plural($group, 1)) . '\\';
|
$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')) {
|
if ($alias = config('type.' . $type . '.alias')) {
|
||||||
$searchStringModel = 'Modules\\' . Str::studly($alias) .'\Models\\' . $group . $prefix;
|
$searchStringModel = 'Modules\\' . Str::studly($alias) .'\Models\\' . $group . $prefix;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user