Skip to content

Commit

Permalink
Updated doc-block
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar authored Aug 21, 2021
1 parent 2402212 commit 2f4b7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cashier/Auth/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Helldar\Contracts\Cashier\Http\Request;
use Helldar\Contracts\Cashier\Resources\Model;

/** @method static Auth make(Model $model, Request $request, bool $hash = true) */
/** @method static Auth make(Model $model, Request $request, bool $hash = true, array $extra = []) */
interface Auth
{
public function __construct(Model $model, Request $request, bool $hash = true, array $extra = []);
Expand Down

0 comments on commit 2f4b7ce

Please sign in to comment.