Skip to content

Commit

Permalink
Adding missing Provider code
Browse files Browse the repository at this point in the history
  • Loading branch information
krolow committed Jan 8, 2013
1 parent 9689515 commit 57f9030
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,17 +120,17 @@ class GithubProvider extends AbstractProvider implements ProviderInterface

public function getRequesterAdapter()
{

return new BuzzAdapter();
}

public function getParserAdapter()
{

return new DomAdapter();
}

public function getPersisterAdapter()
{

return new DefaultAdapter();
}

}
Expand Down

0 comments on commit 57f9030

Please sign in to comment.