fixed nonce
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (push) Waiting to run

This commit is contained in:
Edward Tirado Jr 2025-12-14 13:41:22 -06:00
parent dfcd9d5acc
commit 33f5b83acb

View file

@ -182,5 +182,5 @@ return [
| |
*/ */
'nonce' => \App\Support\LivewireNonce::class, 'nonce' => app(\App\Support\LivewireNonce::class),
]; ];