Skip to content

Commit 389bd0a

Browse files
committed
Update ApiController.php
1 parent cbe350a commit 389bd0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ApiController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function isHttpAuthenticated() : bool
7474
*/
7575
protected function isGranted(string $token) : bool
7676
{
77-
$access = $this->getTokenAccess($token, $this->getSecret(true));
77+
$access = $this->getAccessToken($token, $this->getSecret(true));
7878
$user = $access['user'] ?? false;
7979
$pswd = $access['pswd'] ?? false;
8080

0 commit comments

Comments
 (0)