diff --git a/src/Features/SupportSignedActions/SupportSignedActions.php b/src/Features/SupportSignedActions/SupportSignedActions.php index 3f02379..b211cb6 100644 --- a/src/Features/SupportSignedActions/SupportSignedActions.php +++ b/src/Features/SupportSignedActions/SupportSignedActions.php @@ -18,7 +18,7 @@ class SupportSignedActions extends ComponentHook public static ?int $ttl = null; - public function call($method, $params, $returnEarly, $metadata, $componentContext) + public function call($method, $params, $returnEarly, $metadata = null, $componentContext = null) { if (self::$enabled === false) { return;