diff --git a/vero.php b/vero.php index cdaee8f..edf508e 100644 --- a/vero.php +++ b/vero.php @@ -1,4 +1,5 @@ client = new Vero\Client($auth_token); + $this->client = new Client($auth_token); } public function identify($user_id, $email = null, $data = array()) {