Skip to content

Commit 9ca35be

Browse files
committed
Fixes definition.
1 parent efe7d0f commit 9ca35be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Blueprint.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ protected function getSetProps($object = null) {
4141
}
4242

4343
public function getValue() {
44-
if (gettype($new_value) !== 'object') {
44+
if (gettype($this->value) !== 'object') {
4545
return $this->value;
4646
}
4747

0 commit comments

Comments
 (0)