From b2a6d01974dad8053f6f7bd1ce7c055e8672bf97 Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Fri, 27 Mar 2015 13:15:58 -0700 Subject: Replaced existing autoloader with one generated by composer --- src/php/lib/Grpc/ClientStreamingCall.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/php/lib/Grpc/ClientStreamingCall.php') diff --git a/src/php/lib/Grpc/ClientStreamingCall.php b/src/php/lib/Grpc/ClientStreamingCall.php index 4b3abcbdec..17c85b4c2b 100644 --- a/src/php/lib/Grpc/ClientStreamingCall.php +++ b/src/php/lib/Grpc/ClientStreamingCall.php @@ -32,7 +32,7 @@ * */ namespace Grpc; -require_once realpath(dirname(__FILE__) . '/../autoload.php'); +require_once realpath(dirname(__FILE__) . '/../../vendor/autoload.php'); /** * Represents an active call that sends a stream of messages and then gets a -- cgit v1.2.3