From aad70daa54594e955d1ef3f3f9ddc6fcbecd3235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Sun, 10 Jan 2021 19:21:21 +0300 Subject: [PATCH] fixed type.. --- app/Abstracts/View/Components/DocumentIndex.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Abstracts/View/Components/DocumentIndex.php b/app/Abstracts/View/Components/DocumentIndex.php index 257f569f4..92e37ce7c 100644 --- a/app/Abstracts/View/Components/DocumentIndex.php +++ b/app/Abstracts/View/Components/DocumentIndex.php @@ -410,7 +410,7 @@ abstract class DocumentIndex extends Base } 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')));