Skip to content
Snippets Groups Projects

Add missing property

1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
+ 7
0
@@ -9,6 +9,13 @@ use Drupal\Core\TypedData\TypedData;
*/
class ComputedEnum extends TypedData {
/**
* The data value.
*
* @var mixed
*/
protected $value;
/**
* Computed enum.
*
Loading