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