We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5da80b commit 3055504Copy full SHA for 3055504
1 file changed
src/Features/SupportSignedActions/SupportSignedActions.php
@@ -18,7 +18,7 @@ class SupportSignedActions extends ComponentHook
18
19
public static ?int $ttl = null;
20
21
- public function call($method, $params, $returnEarly, $metadata, $componentContext)
+ public function call($method, $params, $returnEarly, $metadata = null, $componentContext = null)
22
{
23
if (self::$enabled === false) {
24
return;
0 commit comments