Skip to content

Commit

Permalink
Fix missing parenthesis in the Hibernate ORM with Panache in Kotlin g…
Browse files Browse the repository at this point in the history
…uide
  • Loading branch information
loicmathieu committed Nov 23, 2021
1 parent 2bb47a6 commit 7d3fb37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/hibernate-orm-panache-kotlin.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ change or two. To Panache-enable your entity, you would define it something lik
[source,kotlin]
----
@Entity
class Person: PanacheEntity {
class Person: PanacheEntity() {
lateinit var name: String
lateinit var birth: LocalDate
lateinit var status: Status
Expand Down

0 comments on commit 7d3fb37

Please sign in to comment.