for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Buttress\ConcreteClient\Adapter;
use Buttress\ConcreteClient\Connection\ModernConnection;
class Version7Adapter extends ModernAdapter
{
/**
* Get the connection to connect with
* @return ModernConnection
*/
protected function createConnection()
return new ModernConnection();
}