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