We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b84fd82 commit 00e15c7Copy full SHA for 00e15c7
src/UrlHandlers/TokenCreationUrlHandler.php
@@ -39,7 +39,7 @@ protected function getSupportedHttpMethods()
39
return ["post"];
40
}
41
42
- protected function getResource()
+ protected function getRestResource()
43
{
44
$className = $this->apiResourceClassName;
45
$authenticationProvider = $this->createAuthenticationProvider();
0 commit comments