Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit e8f1ee1

Browse files
committed
revert back to $attributes->merge
1 parent 964633f commit e8f1ee1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/views/components/inputs/input.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@include('form-components::partials.leading-addons')
33

44
<input
5-
{{ $attributes->class($inputClass()) }}
5+
{{ $attributes->merge(['class' => $inputClass()]) }}
66
{{ $extraAttributes }}
77

88
@if ($name) name="{{ $name }}" @endif

resources/views/partials/timezone-select-native.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@endif
1414
@endif
1515

16-
{{ $attributes->class($inputClass()) }}
16+
{{ $attributes->merge(['class' => $inputClass()]) }}
1717
{{ $extraAttributes }}
1818
>
1919
{{ $slot }}

0 commit comments

Comments
 (0)