Skip to content

Commit

Permalink
Merge pull request #156 from robinlehrmann/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielBadura authored Jan 1, 2022
2 parents be0e64e + 15fd7a6 commit b8fb017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ class ProfileRepository
return $this->repository->save($profile);
}

public function has(ProfileId $id): void
public function has(ProfileId $id): bool
{
return $this->repository->has($id->toString());
}
Expand Down

0 comments on commit b8fb017

Please sign in to comment.