Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97557484
PhabricatorAuthContactNumberEditController.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
Sun, Jan 5, 06:27
Size
294 B
Mime Type
text/x-php
Expires
Tue, Jan 7, 06:27 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23340677
Attached To
rPH Phabricator
PhabricatorAuthContactNumberEditController.php
View Options
<?php
final
class
PhabricatorAuthContactNumberEditController
extends
PhabricatorAuthContactNumberController
{
public
function
handleRequest
(
AphrontRequest
$request
)
{
return
id
(
new
PhabricatorAuthContactNumberEditEngine
())
->
setController
(
$this
)
->
buildResponse
();
}
}
Event Timeline
Log In to Comment