File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ extension OptionalReferenceProperty: AnyCodableProperty {
179179
180180extension OptionalReferenceProperty : Relation {
181181 public var name : String {
182- " OptionalReference< \( From . self) , \( To . self) >(for: \( self . parentKey) ) "
182+ " @ OptionalReference<\( From . self) , \( To . self) >(for: \( self . parentKey) ) "
183183 }
184184
185185 public func load( on database: any Database ) -> EventLoopFuture < Void > {
Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ extension ReferencesProperty: AnyCodableProperty {
193193
194194extension ReferencesProperty : Relation {
195195 public var name : String {
196- " References< \( From . self) , \( To . self) >(for: \( self . parentKey) ) "
196+ " @ References<\( From . self) , \( To . self) >(for: \( self . parentKey) ) "
197197 }
198198
199199 public func load( on database: any Database ) -> EventLoopFuture < Void > {
You can’t perform that action at this time.
0 commit comments