Skip to content

Commit 48612ea

Browse files
author
Jordan Boesch
committed
typo
1 parent 6b00117 commit 48612ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/FreshBooksRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public function request()
152152

153153
if(!self::$_domain || !self::$_token)
154154
{
155-
throw new FreshBooksRequestException('You need to call FreshBooks::init($domain, $token) with your domain and token.');
155+
throw new FreshBooksRequestException('You need to call FreshBooksRequest::init($domain, $token) with your domain and token.');
156156
}
157157

158158
$post_data = $this->getGeneratedXML();

0 commit comments

Comments
 (0)