Compare commits

..

2 Commits

Author SHA1 Message Date
socksprox
aa1e014ead
Merge 684344f41a into 1dfd7fa8c5 2025-02-07 13:35:07 +08:00
xboard
1dfd7fa8c5 fix: subscribe.url hook
Some checks are pending
Docker Build and Publish / build (push) Waiting to run
2025-02-07 13:06:01 +08:00

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 {