diff --git a/src/Api.php b/src/Api.php index c54b67e..02cae10 100644 --- a/src/Api.php +++ b/src/Api.php @@ -314,14 +314,14 @@ private function setupResources() $this->conversations = new Conversation($this); //Discussions - $this->discussion = new Discussion($this); - $this->forums = new Forum($this); - $this->topics = new Topic($this); - $this->comments = new Comment($this); + $this->discussions = new Discussion($this); + $this->forums = new Forum($this); + $this->topics = new Topic($this); + $this->comments = new Comment($this); //Solution - $this->solution = new Solution($this); - $this->folders = new Folder($this); + $this->solutions = new Solution($this); + $this->folders = new Folder($this); //Admin $this->products = new Product($this);