Skip to content

Commit

Permalink
Fix entity getter
Browse files Browse the repository at this point in the history
  • Loading branch information
Prometee committed Jan 13, 2025
1 parent 70569c7 commit 2045764
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function setId(int $id): void
$this->id = $id;
}

public function getFoo(): string
public function getFoo(): ?string
{
return $this->foo;
}
Expand Down

0 comments on commit 2045764

Please sign in to comment.