File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -158,8 +158,8 @@ Post::withoutVersion(function () use ($post) {
158158
159159You can set the following different version policies through property ` protected $versionStrategy ` :
160160
161- - ` Overtrue\LaravelVersionable::DIFF ` - Version content will only contain changed attributes (Default Strategy ).
162- - ` Overtrue\LaravelVersionable::SNAPSHOT ` - Version content will contain all versionable attributes values.
161+ - ` Overtrue\LaravelVersionable\VersionStrategy ::DIFF ` - Version content will only contain changed attributes (default strategy ).
162+ - ` Overtrue\LaravelVersionable\VersionStrategy ::SNAPSHOT ` - Version content will contain all versionable attributes values.
163163
164164### Show diff between two versions
165165
You can’t perform that action at this time.
0 commit comments