- Forgot a dump()

This commit is contained in:
Dave Mc Nicoll 2024-10-07 19:39:52 +00:00
parent 3ba8a2a5d0
commit 9977a25cf5
1 changed files with 0 additions and 2 deletions

View File

@ -74,8 +74,6 @@ trait SearchRequestFromRequestTrait
$value = $this->transformValue($property->getAttributes(Attribute\PropertyValueModifier::class), $value);
}
dump($value);
if ($attribute->toggle) {
$this->$propertyName = !empty($value);
} elseif ($value !== null) {