Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101044885
PhabricatorPackagesVersionEditController.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
Wed, Feb 5, 03:57
Size
288 B
Mime Type
text/x-php
Expires
Fri, Feb 7, 03:57 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24080584
Attached To
rPH Phabricator
PhabricatorPackagesVersionEditController.php
View Options
<?php
final
class
PhabricatorPackagesVersionEditController
extends
PhabricatorPackagesVersionController
{
public
function
handleRequest
(
AphrontRequest
$request
)
{
return
id
(
new
PhabricatorPackagesVersionEditEngine
())
->
setController
(
$this
)
->
buildResponse
();
}
}
Event Timeline
Log In to Comment