| @@ -36,7 +36,7 @@ | ||
| 36 | 36 | throw new \InvalidArgumentException(); | 
| 37 | 37 | } | 
| 38 | 38 | |
| 39 | - $firstPartBuilder = $this->registry->getBuilder($spec->getWrappedSpecification()); | |
| 39 | + $firstPartBuilder = $this->registry->getBuilder($spec->getWrappedSpecification()); | |
| 40 | 40 | |
| 41 | 41 | return $qb->query()->bool() | 
| 42 | 42 | ->addMustNot($firstPartBuilder->build($spec->getWrappedSpecification(), $qb)) |