Skip to content

Commit

Permalink
feat: add component key
Browse files Browse the repository at this point in the history
  • Loading branch information
mychidarko committed Feb 11, 2023
1 parent 215751f commit ee1c5dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/UI/Component.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

class Component
{
/**
* @var string $key The unique key of the component
*/
public $key;

/**
* @return string
*/
Expand Down

0 comments on commit ee1c5dd

Please sign in to comment.