From 676844eb1a2ffe656c08e5b84d8c3ca3ef770b43 Mon Sep 17 00:00:00 2001 From: jonassiewertsen Date: Mon, 9 Sep 2024 12:58:15 +0000 Subject: [PATCH] [auto commit] Linting --- src/Tags/Livewire.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *