Merge pull request #6698 from jackoconnor21/patch-1

Correcting typo
This commit is contained in:
Ingo Schommer 2017-03-14 20:25:09 +13:00 committed by GitHub
commit 4746cf1bae

View File

@ -22,7 +22,7 @@ also track versioned history.
:::php
class MyStagedModel extends DataObject {
private staic $extensions = [
private static $extensions = [
Versioned::class
];
}