for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace ReCaptcha2;
class Module
{
const VERSION = '1.0';
public function getConfig()
return include __DIR__ . '/../config/module.config.php';
}