Skip to content

Commit 27e5a9f

Browse files
author
Andrey Helldar
authored
Added Cashier Request::method http method
1 parent 9a19515 commit 27e5a9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Cashier/Http/Request.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ public function __construct(Model $model);
3131

3232
public function model(): Model;
3333

34+
public function method(): string;
35+
3436
public function uri(): Builder;
3537

3638
public function headers(): array;

0 commit comments

Comments
 (0)