Skip to content

Commit

Permalink
Fix for Scala 3
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Dec 23, 2023
1 parent fd58862 commit dbc3a84
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package com.outr.arango

import com.outr.arango.core.{ComputeOn, ComputedValue}
import fabric.rw._

trait RecordDocumentModel[D <: RecordDocument[D]] extends DocumentModel[D] {
override final val collectionName: String = getClass.getSimpleName.replace("$", "")
Expand Down

0 comments on commit dbc3a84

Please sign in to comment.