We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d62d654 commit 18a921bCopy full SHA for 18a921b
1 file changed
resources/views/forms/components/translations.blade.php
@@ -13,7 +13,7 @@
13
$hasActions = filled($actions);
14
15
$childComponentsWithLocale = collect($getChildComponentContainers())->map(fn ($container) => $container->getComponents());
16
- $tabs = collect($childComponentsWithLocale)->map(fn ($components) => Arr::first($components, fn ($component) => $component instanceof Tab));
+ $tabs = collect($childComponentsWithLocale)->map(fn ($components) => \Illuminate\Support\Arr::first($components, fn ($component) => $component instanceof Tab));
17
18
$tabCount = $tabs->count();
19
@endphp
0 commit comments