mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-06 21:49:35 -05:00
Storage: fix method name
This commit is contained in:
parent
a9331a1e05
commit
1acf06aaba
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ abstract class Storage
|
|||
*
|
||||
* @return array
|
||||
*/
|
||||
abstract public function listProcessesNames();
|
||||
abstract public function listProcessNames();
|
||||
|
||||
/**
|
||||
* All available process names, regardless of eventual restrictions
|
||||
|
|
|
|||
Loading…
Reference in a new issue