Skip to content

Commit

Permalink
Add compatibility symfony 7 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Prokyonn committed Oct 31, 2024
1 parent b78af22 commit f630fb0
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 f630fb0

Please sign in to comment.