Skip to content
This repository has been archived by the owner on Sep 14, 2019. It is now read-only.

Commit

Permalink
Changed wording for emailaddress Function in Project
Browse files Browse the repository at this point in the history
  • Loading branch information
slue committed Apr 11, 2016
1 parent f48a80e commit 8b85848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rossedman/Teamwork/Project.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public function tasklists($args = null)
*
* @return [type] [description]
*/
public function emailaddress($args = null)
public function emailAddress($args = null)
{
return $this->client->get("$this->endpoint/$this->id/emailaddress", $args)->response();
}
Expand Down

0 comments on commit 8b85848

Please sign in to comment.