Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102369834
PhortuneMerchantEditController.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
Thu, Feb 20, 00:24
Size
257 B
Mime Type
text/x-php
Expires
Sat, Feb 22, 00:24 (2 d)
Engine
blob
Format
Raw Data
Handle
24340435
Attached To
rPH Phabricator
PhortuneMerchantEditController.php
View Options
<?php
final
class
PhortuneMerchantEditController
extends
PhortuneMerchantController
{
public
function
handleRequest
(
AphrontRequest
$request
)
{
return
id
(
new
PhortuneMerchantEditEngine
())
->
setController
(
$this
)
->
buildResponse
();
}
}
Event Timeline
Log In to Comment