1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +02:00
This commit is contained in:
Toby Zerner
2015-07-31 20:17:17 +09:30
parent 50215cedfc
commit 5b894dfade
3 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import { extend } from 'flarum/extend';
import app from 'flarum/app';
app.initializers.add('{{name}}', function() {
app.initializers.add('{{name}}', app => {
// TODO
});