Skip to content

Commit 7e4bdd1

Browse files
committed
Update element value
1 parent a421036 commit 7e4bdd1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Kernel/Structures/Annotations/ElementValuePairs.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ public function execute(): void
6464
throw new RuntimeException('Invalid tag "' . $this->tag . '" in element_value structure.');
6565
break;
6666
}
67+
}
6768

69+
public function getValue()
70+
{
71+
return $this->value;
6872
}
6973
}

0 commit comments

Comments
 (0)