Skip to content

Commit

Permalink
[OMSI-990] Rename default adapter constant
Browse files Browse the repository at this point in the history
  • Loading branch information
lyd14 committed Sep 26, 2016
1 parent 9d65c24 commit 5e0aa72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Factory/Config/Adapter/AdapterInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ interface AdapterInterface extends ConfigurationInterface

const INDEX_TYPE = 'type';

const INDEX_DEFAULT_ADAPTER = 'default';
const INDEX_DEFAULT_ADAPTER = 'defaultAdapter';

/**
* Returns the adapter specific config builder
Expand Down

0 comments on commit 5e0aa72

Please sign in to comment.