Skip to content

Commit

Permalink
Add memberships construct
Browse files Browse the repository at this point in the history
  • Loading branch information
jv-asana committed Mar 3, 2023
1 parent 984381d commit 49cd582
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Asana/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public function __construct($dispatcher, $options = array())
$this->goalrelationships = new Resources\GoalRelationships($this);
$this->goals = new Resources\Goals($this);
$this->jobs = new Resources\Jobs($this);
$this->memberships = new Resources\Memberships($this);
$this->organizationexports = new Resources\OrganizationExports($this);
$this->portfolios = new Resources\Portfolios($this);
$this->projectbriefs = new Resources\ProjectBriefs($this);
Expand Down

0 comments on commit 49cd582

Please sign in to comment.