Skip to content

Commit

Permalink
Merge pull request #139 from MKupi/fix-138
Browse files Browse the repository at this point in the history
Change declaration of $descriptionLong in model Cookie
  • Loading branch information
DirkPersky authored Mar 13, 2024
2 parents 11b5ded + 366182f commit 410c908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Domain/Model/Cookie.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class Cookie extends AbstractEntity
/**
* @var string
*/
protected $descriptionLong;
protected $descriptionLong = '';


/**
Expand Down

0 comments on commit 410c908

Please sign in to comment.