Skip to content

Commit

Permalink
Fixed ConfigInterface.
Browse files Browse the repository at this point in the history
  • Loading branch information
comfortablynumb committed Jan 31, 2016
1 parent f82445d commit 184e80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
/*
* @author Gustavo Falco <[email protected]>
*/
class Config implements ConfigInterface, DataInterface, OptionsInterface
class Config implements ConfigInterface, OptionsInterface
{
use DataTrait {
setOptions as traitSetOptions;
Expand Down

0 comments on commit 184e80c

Please sign in to comment.