Fix: Use proper comparison

This commit is contained in:
Björn Fromme
2023-10-11 16:11:57 +02:00
parent 088c5546e7
commit d48f449076
+1 -1
View File
@@ -34,7 +34,7 @@ class TeamerApplicationType extends AbstractType
$assignment = $application->getAssignment();
if (null === $assignment->getPickup()) {
if (0 === (int) $assignment->getPickup()) {
return;
}