Import check commands from Core API

fixes #1527
This commit is contained in:
Bruno Mendola 2018-06-15 15:48:53 +02:00 committed by Thomas Gelf
parent 9069a7f916
commit c2d54f9de9
1 changed files with 1 additions and 1 deletions

View File

@ -512,7 +512,7 @@ constants
*/
public function getCheckCommandObjects()
{
return $this->getSpecificCommandObjects('Command');
return $this->getSpecificCommandObjects('Check');
}
/**