mirror of
https://github.com/flarum/framework.git
synced 2025-05-31 04:25:49 +08:00
7 lines
171 B
JavaScript
7 lines
171 B
JavaScript
export default {
|
|
name: 'inject-composer',
|
|
initialize: function(container, application) {
|
|
application.inject('component', 'composer', 'controller:composer')
|
|
}
|
|
};
|