From 1b4359980732e38e0c57a9d7fb9163e64f2f559f Mon Sep 17 00:00:00 2001 From: oniceriver Date: Tue, 13 Mar 2018 11:09:14 +0800 Subject: [PATCH] path error --- Aliyun/Log/Models/Response/BatchGetLogsResponse.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Aliyun/Log/Models/Response/BatchGetLogsResponse.php b/Aliyun/Log/Models/Response/BatchGetLogsResponse.php index 03278cd..63efbfb 100644 --- a/Aliyun/Log/Models/Response/BatchGetLogsResponse.php +++ b/Aliyun/Log/Models/Response/BatchGetLogsResponse.php @@ -5,8 +5,8 @@ */ require_once realpath(dirname(__FILE__) . '/Response.php'); -require_once realpath ( dirname ( __FILE__ ) . '/../sls.proto.php' ); -require_once realpath ( dirname ( __FILE__ ) . '/../protocolbuffers.inc.php' ); +require_once realpath ( dirname ( __FILE__ ) . '/../../sls.proto.php' ); +require_once realpath ( dirname ( __FILE__ ) . '/../../protocolbuffers.inc.php' ); /** * The response of the GetLog API from log service. *