diff options
Diffstat (limited to 'src/php/lib/Grpc/UnaryCall.php')
-rw-r--r-- | src/php/lib/Grpc/UnaryCall.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/php/lib/Grpc/UnaryCall.php b/src/php/lib/Grpc/UnaryCall.php index 14c024085c..814d477697 100644 --- a/src/php/lib/Grpc/UnaryCall.php +++ b/src/php/lib/Grpc/UnaryCall.php @@ -33,8 +33,6 @@ */ namespace Grpc; -require_once realpath(dirname(__FILE__) . '/../../vendor/autoload.php'); - /** * Represents an active call that sends a single message and then gets a single * response. |