for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace ExpressApi\V1\Rpc\SetMode;
class SetModeControllerFactory
{
public function __invoke($controllers)
return new SetModeController();
}