Skip to content

Commit 37b5453

Browse files
author
Andrey Helldar
committed
Fixed AccessToken contract
1 parent d29af51 commit 37b5453

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Cashier/Authentication/AccessToken.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
namespace Helldar\Contracts\Cashier\Authentication;
44

5-
use Helldar\Contracts\Support\Arrayable;
6-
7-
interface AccessToken extends Arrayable
5+
interface AccessToken
86
{
97
public function getAccessToken(Client $client): Tokenable;
108
}

0 commit comments

Comments
 (0)