Skip to content

Commit eba30ae

Browse files
tcitworldphansys
authored andcommitted
Use an attribute in Timestampable attribute docs
1 parent 49f2808 commit eba30ae

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ a release.
2222
### Fixed
2323
- Tree: Allow sorting children by a ManyToOne relation (#2492)
2424
- Tree: Fix passing `null` to `abs()` function
25+
- Timestampable: Use an attribute in Timestampable attribute docs
2526

2627
### Deprecated
2728
- Tree: Passing `null` as argument 8 to `Nested::shiftRangeRL()`

doc/timestampable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ By default it updates this column on update. If column is not date, datetime or
4242
type it will trigger an exception.
4343

4444
### Timestampable attributes:
45-
- **@Gedmo\Mapping\Annotation\Timestampable** this attribute tells that this column is timestampable.
45+
- **#[Gedmo\Mapping\Annotation\Timestampable]** this attribute tells that this column is timestampable.
4646
By default it updates this column on update. If column is not date, datetime or time
4747
type it will trigger an exception.
4848

0 commit comments

Comments
 (0)