mirror of
https://github.com/flarum/core.git
synced 2025-08-10 02:17:37 +02:00
Implement notifications
This commit is contained in:
5
ember/app/models/subject.js
Normal file
5
ember/app/models/subject.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import DS from 'ember-data';
|
||||
|
||||
export default DS.Model.extend({
|
||||
notification: DS.belongsTo('notification')
|
||||
});
|
Reference in New Issue
Block a user