1
0
mirror of https://github.com/flarum/core.git synced 2025-08-01 22:20:21 +02:00

Fix an irrelevant export name :P

This commit is contained in:
Franz Liedke
2020-07-24 23:51:44 +02:00
parent 2431df5602
commit 0098c64ebf

View File

@@ -1,4 +1,4 @@
export default class Routes { export default class Model {
type; type;
attributes = []; attributes = [];
hasOnes = []; hasOnes = [];