Disable STI behavior on `MigrationRecord`
If `MigrationRecord` is used for the STI tables it will be considered a superclass instead of an actual model. Disable STI making this `abstract_class`. Changelog: fixed
加载中
想要评论请 注册 或 登录
If `MigrationRecord` is used for the STI tables it will be considered a superclass instead of an actual model. Disable STI making this `abstract_class`. Changelog: fixed