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