for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Graze\WipotecCheckweigherClient\Request;
class RequestSetArticle extends RequestChangeArticle
{
/**
* @return string
*/
protected function getId()
return 'set_article';
}