This commit is contained in:
philipp lang 2022-09-01 23:51:58 +02:00
parent 6ad2091878
commit 6676b91cda
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ use Illuminate\Support\Facades\Http;
class GroupFake extends Fake class GroupFake extends Fake
{ {
/**
* @param array<int, array{name: string}> $data
*/
public function fetches(?int $parent = null, array $data): self public function fetches(?int $parent = null, array $data): self
{ {
$this->fakeResponse($parent, $data); $this->fakeResponse($parent, $data);