errorResponse(array( APIError::NOT_FOUND => __('Cron daemon is not running.') )); } else { return $this->successResponse($daemon); } } }