Skip to content

Commit

Permalink
Update blameable.md
Browse files Browse the repository at this point in the history
Removed an apostrophe
  • Loading branch information
mirutz authored and franmomu committed Jun 17, 2024
1 parent 165fc33 commit a1c2a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/blameable.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class Article
* @Gedmo\Blameable(on="change", field={"title", "body"})
*/
#[ORM\Column(name: 'content_changed_by', type: Types::STRING, nullable: true)]
#[Gedmo\Blameable(on: 'change', 'field: ['title', 'body'])]
#[Gedmo\Blameable(on: 'change', field: ['title', 'body'])]
private $contentChangedBy;

public function getId()
Expand Down

0 comments on commit a1c2a91

Please sign in to comment.