Skip to content

Commit

Permalink
fixed: unable to manage new tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalsem committed Nov 25, 2024
1 parent 4db3b91 commit e2fd49c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions classes/ColdTrick/TagTools/EditDefinition.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ class EditDefinition {

protected ?string $tag;

protected ?\TagDefinition $entity;
protected ?\TagDefinition $entity = null;

/**
* Create new edit form preparation
*
* @param string|\TagDefinition $tag starting point
* @param string|\TagDefinition|null $tag starting point
*/
public function __construct(string|\TagDefinition $tag = null) {

Expand Down

0 comments on commit e2fd49c

Please sign in to comment.