Skip to content

Commit d29af51

Browse files
author
Andrey Helldar
committed
Extended AccessToken contract
1 parent 7e72d51 commit d29af51

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Cashier/Authentication/AccessToken.php

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

33
namespace Helldar\Contracts\Cashier\Authentication;
44

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

0 commit comments

Comments
 (0)