Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99500284
PhabricatorBadgesEditController.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
Sat, Jan 25, 01:10
Size
260 B
Mime Type
text/x-php
Expires
Mon, Jan 27, 01:10 (2 d)
Engine
blob
Format
Raw Data
Handle
23810644
Attached To
rPH Phabricator
PhabricatorBadgesEditController.php
View Options
<?php
final
class
PhabricatorBadgesEditController
extends
PhabricatorBadgesController
{
public
function
handleRequest
(
AphrontRequest
$request
)
{
return
id
(
new
PhabricatorBadgesEditEngine
())
->
setController
(
$this
)
->
buildResponse
();
}
}
Event Timeline
Log In to Comment