Skip to content

Commit 3055504

Browse files
authored
Fix to ensure support for both Livewire v3 and v4 (#5)
1 parent a5da80b commit 3055504

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Features/SupportSignedActions/SupportSignedActions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class SupportSignedActions extends ComponentHook
1818

1919
public static ?int $ttl = null;
2020

21-
public function call($method, $params, $returnEarly, $metadata, $componentContext)
21+
public function call($method, $params, $returnEarly, $metadata = null, $componentContext = null)
2222
{
2323
if (self::$enabled === false) {
2424
return;

0 commit comments

Comments
 (0)