for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Integrations\Connectors\SenhorVerdugo;
class GetProfile extends SenhorVerdugo
{
public static function handle($profileUrl)
// @todo Fazer
return true;
}