Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93883438
PhabricatorPackagesPublisherEditController.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
Mon, Dec 2, 06:16
Size
294 B
Mime Type
text/x-php
Expires
Wed, Dec 4, 06:16 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22719090
Attached To
rPH Phabricator
PhabricatorPackagesPublisherEditController.php
View Options
<?php
final
class
PhabricatorPackagesPublisherEditController
extends
PhabricatorPackagesPublisherController
{
public
function
handleRequest
(
AphrontRequest
$request
)
{
return
id
(
new
PhabricatorPackagesPublisherEditEngine
())
->
setController
(
$this
)
->
buildResponse
();
}
}
Event Timeline
Log In to Comment