repo.or.cz
/
phabricator.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git]
/
src
/
applications
/
nuance
/
controller
/
NuanceQueueEditController.php
blob
5f220e1ee4155faba30a009ff8627ed7e1c1d0d8
1
<
?php
2
3
final class
NuanceQueueEditController
4
extends
NuanceQueueController
{
5
6
public function
handleRequest
(
AphrontRequest
$request
) {
7
return
id
(
new
NuanceQueueEditEngine
())
8
->
setController
(
$this
)
9
->
buildResponse
();
10
}
11
12
}