Skip to content

Commit 00e15c7

Browse files
committed
Fix for api refactor
1 parent b84fd82 commit 00e15c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UrlHandlers/TokenCreationUrlHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ protected function getSupportedHttpMethods()
3939
return ["post"];
4040
}
4141

42-
protected function getResource()
42+
protected function getRestResource()
4343
{
4444
$className = $this->apiResourceClassName;
4545
$authenticationProvider = $this->createAuthenticationProvider();

0 commit comments

Comments
 (0)