fix: Do not rely on class names in production bundle (#6212)
This commit is contained in:
@@ -3,6 +3,8 @@ import Model from "./base/Model";
|
||||
import Relation from "./decorators/Relation";
|
||||
|
||||
class Event extends Model {
|
||||
static modelName = "Event";
|
||||
|
||||
id: string;
|
||||
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user