Skip to content

Commit

Permalink
rename resources
Browse files Browse the repository at this point in the history
  • Loading branch information
hadian90 committed Aug 22, 2019
1 parent c1fb12b commit 0aead95
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 0aead95

Please sign in to comment.