Skip to content

Commit

Permalink
Fix compatibility to symfony 7 in smart content data item (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
Prokyonn authored Oct 31, 2024
1 parent 2d64289 commit f92f2fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Content/ArticleDataItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,23 @@
*
* @ExclusionPolicy("all")
*/
#[ExclusionPolicy('all')]
class ArticleDataItem implements ItemInterface
{
/**
* @var string
*
* @Expose
*/
#[Expose]
private $id;

/**
* @var string
*
* @Expose
*/
#[Expose]
private $title;

/**
Expand Down

0 comments on commit f92f2fb

Please sign in to comment.