Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Commit c13e3c6

Browse files
authored
Update README.md
1 parent 25f90a5 commit c13e3c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Several of these helpers are disabled by default but can be enabled in the confi
3131

3232
If you do not add the `HasOnAfterUpdateCMSFieldsExtensionPoint` trait to your base `Page` class then the extension will use an unreliable method of moving the pages. For this reason we suggest adding `use HasOnAfterUpdateCMSFieldsExtensionPoint;` to this class.
3333

34-
As the trait overrides the constructor you may also set `has_after_update_cms_fields_extension_point` to true which will also enable the new method, however it becomes your responsibility to ensure you have merged the traits functionality into your constructor either manually or using
34+
If you have a custom constructor already you will need to alias the traits constructor so you may call it.
3535

3636
```php
3737
class Page extends SiteTree {

0 commit comments

Comments
 (0)