fixed nonce
This commit is contained in:
parent
33f5b83acb
commit
96d1bd121e
1 changed files with 1 additions and 1 deletions
|
|
@ -182,5 +182,5 @@ return [
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'nonce' => app(\App\Support\LivewireNonce::class),
|
'nonce' => \App\Support\LivewireNonce::class.'@__invoke',
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue