fix: subscribe.url hook
Some checks are pending
Docker Build and Publish / build (push) Waiting to run

This commit is contained in:
xboard 2025-02-07 13:06:01 +08:00
parent 85d834432a
commit 1dfd7fa8c5

View File

@ -121,7 +121,7 @@ class Helper
}
$finalUrl = $subscribeUrl ? rtrim($subscribeUrl, '/') . $path : url($path);
return HookManager::filter('subscribe.url', [$finalUrl, $token]);
return HookManager::filter('subscribe.url', $finalUrl);
}
public static function randomPort($range): int {