Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97580540
HeraldWebhookEditController.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Jan 5, 10:46
Size
249 B
Mime Type
text/x-php
Expires
Tue, Jan 7, 10:46 (2 d)
Engine
blob
Format
Raw Data
Handle
23430561
Attached To
rPH Phabricator
HeraldWebhookEditController.php
View Options
<?php
final
class
HeraldWebhookEditController
extends
HeraldWebhookController
{
public
function
handleRequest
(
AphrontRequest
$request
)
{
return
id
(
new
HeraldWebhookEditEngine
())
->
setController
(
$this
)
->
buildResponse
();
}
}
Event Timeline
Log In to Comment