mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
JobHook: fix typo
This commit is contained in:
parent
83879b5d53
commit
804a2a7fcc
@ -89,13 +89,13 @@ abstract class JobHook
|
||||
*/
|
||||
protected function info($message)
|
||||
{
|
||||
call_user_func_array(Loger::info, func_num_args());
|
||||
call_user_func_array(Logger::info, func_num_args());
|
||||
return $this;
|
||||
}
|
||||
|
||||
protected function warning($message)
|
||||
{
|
||||
call_user_func_array(Loger::warn, func_num_args());
|
||||
call_user_func_array(Logger::warn, func_num_args());
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user