UNPKG

@dazejs/framework

Version:

Daze.js - A powerful web framework for Node.js

11 lines 348 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HasRelations = void 0; const container_1 = require("../../../container"); class HasRelations { constructor() { this.app = container_1.Container.get('app'); } } exports.HasRelations = HasRelations; //# sourceMappingURL=has-relations.abstract.js.map