Skip to content

Commit

Permalink
Mark ActiveRecord.appendToDescription as open
Browse files Browse the repository at this point in the history
...
  • Loading branch information
helje5 committed Nov 12, 2024
1 parent 312cf43 commit a5b5d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ZeeQL/Access/ActiveRecord.swift
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ open class ActiveRecordBase : ActiveRecordType, SmartDescription {

// MARK: - Description

public func appendToDescription(_ ms: inout String) {
open func appendToDescription(_ ms: inout String) {
ms += " [\(entity.name)]"

if isNew { ms += " NEW" }
Expand Down

0 comments on commit a5b5d6d

Please sign in to comment.