mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-12-21 06:51:19 +08:00
fix compile error
This commit is contained in:
parent
da8e3986a3
commit
a715e10243
@ -1,12 +1,12 @@
|
||||
package io.papermc.hangar.db.model;
|
||||
|
||||
|
||||
import me.minidigger.hangar.model.Visibility;
|
||||
import org.jdbi.v3.core.enums.EnumByOrdinal;
|
||||
import org.springframework.lang.Nullable;
|
||||
|
||||
import java.time.OffsetDateTime;
|
||||
|
||||
import io.papermc.hangar.model.Visibility;
|
||||
|
||||
public class ProjectVisibilityChangesTable {
|
||||
|
||||
private long id;
|
||||
|
Loading…
Reference in New Issue
Block a user