laravel-jstools
Version:
JS tools for building front-side of Laravel applications
10 lines (9 loc) • 342 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const Page_1 = require("../../../../../services/PageService/Page");
class Omx_Resource_User_History extends Page_1.Page {
init() {
window.tableHistory(this.getDefaultTableHistoryId('User'));
}
}
exports.default = Omx_Resource_User_History;