1
0
Fork 0
mirror of synced 2024-09-06 12:51:43 +12:00
This commit is contained in:
Matej Bačo 2024-02-06 11:47:43 +00:00
parent 8154b4c131
commit 3a5c233b59

View file

@ -23,5 +23,7 @@ class Hooks
if (isset(self::$hooks[$name])) {
return call_user_func_array(self::$hooks[$name], $params);
}
return null;
}
}