aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/lib/Grpc/ClientStreamingCall.php
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-03-27 13:15:58 -0700
committerGravatar murgatroid99 <mlumish@google.com>2015-03-27 13:15:58 -0700
commitb2a6d01974dad8053f6f7bd1ce7c055e8672bf97 (patch)
tree9a1b3398c61c8fd15369cb85039da6ec8cadfd39 /src/php/lib/Grpc/ClientStreamingCall.php
parentd506d55a0847e1cdf0df7f14911736adcc10f680 (diff)
Replaced existing autoloader with one generated by composer
Diffstat (limited to 'src/php/lib/Grpc/ClientStreamingCall.php')
-rw-r--r--src/php/lib/Grpc/ClientStreamingCall.php2
1 files changed, 1 insertions, 1 deletions
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