config = Yaml::parseFile($configfile); } public function getChecks(): array { return $this->config['check']??[]; } }