Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
Added SubversionAdapter to list of adapters in Repository
Browse files Browse the repository at this point in the history
  • Loading branch information
niels-nijens committed Nov 24, 2015
1 parent 6a004b6 commit 493751a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Repository.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class Repository implements RepositoryInterface
*/
private $adapters = array(
'Accompli\Chrono\Adapter\GitAdapter',
'Accompli\Chrono\Adapter\SubversionAdapter',
);

/**
Expand Down

0 comments on commit 493751a

Please sign in to comment.