fix: remove related relation from stages CT

This commit is contained in:
Marc-Roig 2023-04-14 11:07:54 +02:00
parent e424ea5aaf
commit ddc3c98c25

View File

@ -31,11 +31,6 @@ module.exports = {
inversedBy: 'stages',
configurable: false,
},
related: {
type: 'relation',
relation: 'morphToMany',
configurable: false,
},
},
},
};