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

Commit fb2cd78

Browse files
committed
Remove extra parenthesis
1 parent d961593 commit fb2cd78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/inputs/custom-select.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@if ($hasLivewire())
44
_wire: @this,
55
@endif
6-
@if ($hasWireModel()))
6+
@if ($hasWireModel())
77
value: @entangle($attributes->wire('model')),
88
@elseif ($hasXModel())
99
value: {{ $attributes->first('x-model') }},

0 commit comments

Comments
 (0)