From 96d1bd121ee1b98211c9bbedaac5946ee7883ea7 Mon Sep 17 00:00:00 2001 From: "Edward Tirado Jr." Date: Sun, 14 Dec 2025 13:42:06 -0600 Subject: [PATCH] fixed nonce --- config/livewire.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/livewire.php b/config/livewire.php index ef82e86..4eb361a 100644 --- a/config/livewire.php +++ b/config/livewire.php @@ -182,5 +182,5 @@ return [ | */ - 'nonce' => app(\App\Support\LivewireNonce::class), + 'nonce' => \App\Support\LivewireNonce::class.'@__invoke', ];