We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe7d0f commit 9ca35beCopy full SHA for 9ca35be
1 file changed
src/Blueprint.php
@@ -41,7 +41,7 @@ protected function getSetProps($object = null) {
41
}
42
43
public function getValue() {
44
- if (gettype($new_value) !== 'object') {
+ if (gettype($this->value) !== 'object') {
45
return $this->value;
46
47
0 commit comments