Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98058940
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, Jan 9, 04:17
Size
257 B
Mime Type
text/x-php
Expires
Sat, Jan 11, 04:17 (2 d)
Engine
blob
Format
Raw Data
Handle
23490854
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