Skip to content
This repository has been archived by the owner on May 28, 2021. It is now read-only.

Commit

Permalink
rename Resolvers to Resolver
Browse files Browse the repository at this point in the history
refs #11
  • Loading branch information
Balint Kovacs authored and Thibault committed Oct 29, 2017
1 parent 2016918 commit 48ace16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ $issues = $taiga->issues()->create(['project' => $projectId, 'subject' => 'My su
- Issue Types
- Priorities
- Projects
- Resolvers
- Resolver
- Severities
- Users
- UserStories
Expand Down
4 changes: 2 additions & 2 deletions src/Services/Resolvers.php → src/Services/Resolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
use TZK\Taiga\RestClient;
use TZK\Taiga\Service;

class Resolvers extends Service
class Resolver extends Service
{
public function __construct(RestClient $taiga)
{
parent::__construct($taiga, 'resolvers');
parent::__construct($taiga, 'resolver');
}
}

0 comments on commit 48ace16

Please sign in to comment.