Skip to content

Commit

Permalink
Added Cashier Request::method http method
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar authored Mar 1, 2022
1 parent 9a19515 commit 27e5a9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Cashier/Http/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ public function __construct(Model $model);

public function model(): Model;

public function method(): string;

public function uri(): Builder;

public function headers(): array;
Expand Down

0 comments on commit 27e5a9f

Please sign in to comment.