throw HoneypotException::
isBot();
} } /**
* Attach a honeypot to the current response.
*
* @param array|null $arguments
*/
public function after(RequestInterface
$request, ResponseInterface
$response,
$arguments = null
) { Services::
honeypot()->
attachHoneypot($response);
}}