for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace WShafer\PSR11MonoLog;
class Module
{
public function getConfig()
return [
'service_manager' => [
'factories' => [
ChannelChanger::class => ChannelChangerFactory::class
]
];
}