mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-24 20:17:32 +08:00
feat(plugin): add subscribe.url hook
This commit is contained in:
@@ -45,9 +45,9 @@ class HookManager
|
||||
* @param mixed ...$args 其他参数
|
||||
* @return mixed
|
||||
*/
|
||||
public static function filter(string $hook, mixed $value, mixed ...$args): mixed
|
||||
public static function filter(string $hook, mixed $value): mixed
|
||||
{
|
||||
return Eventy::filter($hook, $value, ...$args);
|
||||
return Eventy::filter($hook, $value);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user