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
/
badges
/
controller
/
PhabricatorBadgesEditController.php
blob
725068d7a61dc666d2d1b4c7ca716ffb744dfd32
1
<
?php
2
3
final class
PhabricatorBadgesEditController
extends
4
PhabricatorBadgesController
{
5
public function
handleRequest
(
AphrontRequest
$request
) {
6
return
id
(
new
PhabricatorBadgesEditEngine
())
7
->
setController
(
$this
)
8
->
buildResponse
();
9
}
10
11
}