Skip to content

Commit 2402212

Browse files
author
Andrey Helldar
committed
Added the ability to pass additional data to Cachier Auth contract
1 parent a6d29db commit 2402212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cashier/Auth/Auth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/** @method static Auth make(Model $model, Request $request, bool $hash = true) */
1111
interface Auth
1212
{
13-
public function __construct(Model $model, Request $request, bool $hash = true);
13+
public function __construct(Model $model, Request $request, bool $hash = true, array $extra = []);
1414

1515
public function headers(): array;
1616

0 commit comments

Comments
 (0)