for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @author Evgeny Shpilevsky <[email protected]>
*/
namespace EnliteMonolog;
class Module
{
public function getConfig(): array
return [
'service_manager' => (new ConfigProvider())->getDependencyConfig(),
];
}