entries.js 94 B

123
  1. app.collections.Entries = class Entries extends app.Collection {
  2. static model = "Entry";
  3. };