hook action return void
This commit is contained in:
parent
63b41e54a6
commit
a3787d4cab
|
|
@ -585,9 +585,8 @@ function hook_filter($hookKey, $hookValue): mixed
|
|||
*
|
||||
* @param $hookKey
|
||||
* @param $hookValue
|
||||
* @return mixed
|
||||
*/
|
||||
function hook_action($hookKey, $hookValue): mixed
|
||||
function hook_action($hookKey, $hookValue)
|
||||
{
|
||||
Eventy::action($hookKey, $hookValue);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue