feat: refactor staffing status assignment and filtering
This commit is contained in:
@@ -9,7 +9,7 @@ trait SoftDeletableEntity
|
||||
#[ORM\Column(nullable: true)]
|
||||
private ?\DateTimeImmutable $deletedAt = null;
|
||||
|
||||
public function getDeletedAt(): \DateTimeImmutable
|
||||
public function getDeletedAt(): ?\DateTimeImmutable
|
||||
{
|
||||
return $this->deletedAt;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user