diff --git a/src/Tags/Livewire.php b/src/Tags/Livewire.php index 5aee3d7..42a2480 100644 --- a/src/Tags/Livewire.php +++ b/src/Tags/Livewire.php @@ -15,7 +15,7 @@ public function wildcard($expression): string { return \Livewire\Livewire::mount($expression, $this->params->except('key')->toArray(), $this->params->only('key')->first()); } - + /** * This will load your Livewire component in the Antlers view *