for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Equip\Handler;
use Relay\Middleware\FormContentHandler as AbstractHandler;
/**
* @deprecated 1.4.0 Switched to Relay.Middleware
*/
class FormContentHandler extends AbstractHandler
{
}