This commit is contained in:
Philipp Lang 2023-02-14 13:57:11 +01:00
parent 7077511494
commit 07d1e67698
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ class MemberFake extends Fake
});
}
/**
* @param array<string, mixed> $data
*/
public function shows(int $groupId, int $memberId, array $data = []): self
{
Http::fake(function ($request) use ($groupId, $memberId, $data) {