mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-02-08 18:08:13 -05:00
fix: subscribe.url hook
Some checks are pending
Docker Build and Publish / build (push) Waiting to run
Some checks are pending
Docker Build and Publish / build (push) Waiting to run
This commit is contained in:
parent
85d834432a
commit
1dfd7fa8c5
@ -121,7 +121,7 @@ class Helper
|
|||||||
}
|
}
|
||||||
|
|
||||||
$finalUrl = $subscribeUrl ? rtrim($subscribeUrl, '/') . $path : url($path);
|
$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 {
|
public static function randomPort($range): int {
|
||||||
|
Loading…
Reference in New Issue
Block a user