mirror of
https://github.com/flarum/core.git
synced 2025-07-23 09:41:26 +02:00
6 lines
112 B
JavaScript
6 lines
112 B
JavaScript
import DS from 'ember-data';
|
|
|
|
export default DS.Model.extend({
|
|
notification: DS.belongsTo('notification')
|
|
});
|