Hook::has(): Method expects only one parameter

This commit is contained in:
Sukhwinder Dhillon 2023-08-15 15:45:10 +02:00 committed by raviks789
parent a0ed272cb8
commit 8358dc1c5e
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ class Hook
{
$name = self::normalizeHookName($name);
if (!self::has($name, $key)) {
if (!self::has($name)) {
return null;
}