Page MenuHomec4science

HeraldWebhookEditController.php
No OneTemporary

File Metadata

Created
Sun, Jan 5, 10:46

HeraldWebhookEditController.php

<?php
final class HeraldWebhookEditController
extends HeraldWebhookController {
public function handleRequest(AphrontRequest $request) {
return id(new HeraldWebhookEditEngine())
->setController($this)
->buildResponse();
}
}

Event Timeline