for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace SugarAPI\SDK\EntryPoint\Abstracts\PUT;
use SugarAPI\SDK\EntryPoint\Abstracts\AbstractEntryPoint;
use SugarAPI\SDK\Request\PUT;
abstract class JSONEntryPoint extends AbstractEntryPoint {
protected function setupRequest(){
$this->Request = new PUT();
}