Skip to content

Commit

Permalink
feat(configBase): add ConfigBase how abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonornela committed Nov 26, 2016
1 parent a4edb99 commit 92efa4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/config-base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Config } from './config';
export const ConfigToken = new OpaqueToken('CONFIGTOKEN');
export const EnvToken = new OpaqueToken('ENVTOKEN');

export class ConfigBase implements Config {
export abstract class ConfigBase implements Config {

protected data: Object;

Expand Down

0 comments on commit 92efa4c

Please sign in to comment.