Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restored the config loading (example) to a working state #28

Merged
merged 1 commit into from Jun 26, 2014

Conversation

WyriHaximus
Copy link
Contributor

Ran into this issue when basing my setup on the example. The Config constructor requires an array with configuration options rather then the path name. Solved it using Config::fromPhpFile('c.php') rather then new Config(require 'c.php') as it feels cleaner to let Config handle the file loading.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 6c25e55 on WyriHaximus:patch-1 into 8849f58 on heybigname:master.

mitchellvanw added a commit that referenced this pull request Jun 26, 2014
Restored the config loading (example) to a working state
@mitchellvanw mitchellvanw merged commit d70262f into backup-manager:master Jun 26, 2014
@ShawnMcCool
Copy link
Contributor

Thanks, wyrihaximus. Apparently I missed that one.

@WyriHaximus WyriHaximus deleted the patch-1 branch June 26, 2014 18:02
@WyriHaximus
Copy link
Contributor Author

No problem at all! Love giving back to the developers of a tool no matter how big or small the contribution is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants