mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
commit
4746cf1bae
@ -22,7 +22,7 @@ also track versioned history.
|
||||
|
||||
:::php
|
||||
class MyStagedModel extends DataObject {
|
||||
private staic $extensions = [
|
||||
private static $extensions = [
|
||||
Versioned::class
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user