Skip to content

Commit

Permalink
chore: reset component
Browse files Browse the repository at this point in the history
  • Loading branch information
mychidarko committed Apr 12, 2023
1 parent 9488d91 commit ad477b1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/UI/Component.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ class Component
*/
public $key;

public function __construct()
{
$this->key = Utils::randomId(strtolower(get_class($this)));
}

/**
* @return string
*/
Expand Down

0 comments on commit ad477b1

Please sign in to comment.