Skip to content

Commit 88ea644

Browse files
committed
Update Kickbox.php
1 parent 4314452 commit 88ea644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Kickbox/Api/Kickbox.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function verify($email, array $options = array())
2828
{
2929
$body = (isset($options['query']) ? $options['query'] : array());
3030

31-
$response = $this->client->get('/verify?email='.rawurlencode(email).'', $body, $options);
31+
$response = $this->client->get('/verify?email='.rawurlencode($email).'', $body, $options);
3232

3333
return $response;
3434
}

0 commit comments

Comments
 (0)