From 33f5b83acbcf65d45901afb54c1b409bc166ef81 Mon Sep 17 00:00:00 2001 From: "Edward Tirado Jr." Date: Sun, 14 Dec 2025 13:41:22 -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 58a5fd6..ef82e86 100644 --- a/config/livewire.php +++ b/config/livewire.php @@ -182,5 +182,5 @@ return [ | */ - 'nonce' => \App\Support\LivewireNonce::class, + 'nonce' => app(\App\Support\LivewireNonce::class), ];