- Forgot a dump()
This commit is contained in:
parent
3ba8a2a5d0
commit
9977a25cf5
|
@ -74,8 +74,6 @@ trait SearchRequestFromRequestTrait
|
||||||
$value = $this->transformValue($property->getAttributes(Attribute\PropertyValueModifier::class), $value);
|
$value = $this->transformValue($property->getAttributes(Attribute\PropertyValueModifier::class), $value);
|
||||||
}
|
}
|
||||||
|
|
||||||
dump($value);
|
|
||||||
|
|
||||||
if ($attribute->toggle) {
|
if ($attribute->toggle) {
|
||||||
$this->$propertyName = !empty($value);
|
$this->$propertyName = !empty($value);
|
||||||
} elseif ($value !== null) {
|
} elseif ($value !== null) {
|
||||||
|
|
Loading…
Reference in New Issue