Skip to content

Commit a1c2a91

Browse files
mirutzfranmomu
authored andcommitted
Update blameable.md
Removed an apostrophe
1 parent 165fc33 commit a1c2a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/blameable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ class Article
133133
* @Gedmo\Blameable(on="change", field={"title", "body"})
134134
*/
135135
#[ORM\Column(name: 'content_changed_by', type: Types::STRING, nullable: true)]
136-
#[Gedmo\Blameable(on: 'change', 'field: ['title', 'body'])]
136+
#[Gedmo\Blameable(on: 'change', field: ['title', 'body'])]
137137
private $contentChangedBy;
138138

139139
public function getId()

0 commit comments

Comments
 (0)