Skip to content

Commit

Permalink
Fix creation of dynamic property
Browse files Browse the repository at this point in the history
ERM31293
  • Loading branch information
hslater committed Nov 27, 2023
1 parent c5882de commit 3b3184c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Component/RestrictedTextLink.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@

class RestrictedTextLink extends ComponentBase implements ITextLink, IRestrictedComponent {

/** @var array */
protected $options = [];

/**
*
* @param array $options
Expand Down

0 comments on commit 3b3184c

Please sign in to comment.