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