Skip to content

Commit

Permalink
Update RpcClient.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavle Lee authored Aug 5, 2017
1 parent 910c0c6 commit 716059c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hprose/Yii/RpcClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class RpcClient extends Component
/**
* @var array
*/
private $_service;
private $_service = [];

const EVENT_AFTER_INIT_CLIENT = 'after_init_client';

Expand Down

0 comments on commit 716059c

Please sign in to comment.