DavidePastore / Slim-Config

A file configuration loader that supports PHP, INI, XML, JSON, and YML files for the Slim Framework. It internally uses https://github.com/hassankhan/config.
34 stars 7 forks source link

Consistency in container key, object names to run #1

Closed jbulava closed 8 years ago

jbulava commented 8 years ago

Thanks for this project, Davide! I noticed there was some inconsistency in the container key ('apiConfig' vs 'config'), which was causing issues for the example to run. There were also a couple places where you used "$conf" instead of "$config" so I updated those as well.

DavidePastore commented 8 years ago

Thanks for this PR @jbulava :+1: