salix/modules/ticket/back/models/ticket-collection.js

4 lines
100 B
JavaScript
Raw Permalink Normal View History

module.exports = Self => {
2024-03-26 11:40:44 +00:00
require('../methods/ticket-collection/hasUncheckedTicket')(Self);
};