You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Looks like there is a quick typo in /doc/book/usage-examples.md where the config globbing examples are. The example uses \Zend\Config\Config::fromFiles() but it appears that method is actually in the factory class - \Zend\Config\Factory::fromFiles(). Cheers!