mirror of
https://github.com/flarum/core.git
synced 2025-10-13 07:54:25 +02:00
Replace Ember app with Mithril app
This commit is contained in:
8
js/lib/models/group.js
Normal file
8
js/lib/models/group.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import Model from 'flarum/model';
|
||||
|
||||
class Group extends Model {}
|
||||
|
||||
Group.prototype.id = Model.prop('id');
|
||||
Group.prototype.name = Model.prop('name');
|
||||
|
||||
export default Group;
|
Reference in New Issue
Block a user