Skip to content

Commit

Permalink
修改代码
Browse files Browse the repository at this point in the history
  • Loading branch information
pangdogs committed May 30, 2024
1 parent 6b02ecd commit 5234d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ec/entity_options.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func (_Option) Default() option.Setting[EntityOptions] {
return func(o *EntityOptions) {
With.CompositeFace(iface.Face[Entity]{})(o)
With.Prototype("")(o)
With.Scope(Scope_Local)(o)
With.Scope(Scope_Global)(o)
With.PersistId(uid.Nil)(o)
With.AwakeOnFirstAccess(true)(o)
With.Meta(nil)(o)
Expand Down

0 comments on commit 5234d40

Please sign in to comment.