This commit is contained in:
Benjamin Takats
2022-12-04 14:59:57 +01:00
parent 5ec361f36f
commit 92ae6634f8

View File

@@ -1,4 +1,4 @@
@props(['id', 'maxWidth', 'bg']) @props(['id', 'maxWidth', 'bg' => 'bg-white'])
@php @php
$id = $id ?? md5($attributes->wire('model')); $id = $id ?? md5($attributes->wire('model'));