Skip to content

Commit a1b0993

Browse files
authored
Update PhutilMediaWikiAuthAdapter.php
1 parent b9846eb commit a1b0993

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/oauth/PhutilMediaWikiAuthAdapter.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,6 @@ protected function getTokenBaseURI() {
8181
return $this->getMediaWikiURI('rest.php/oauth2/access_token');
8282
}
8383

84-
public function getScope() {
85-
return '';
86-
}
87-
8884
public function getExtraAuthenticateParameters() {
8985
return array(
9086
'response_type' => 'code',

0 commit comments

Comments
 (0)