1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00
This commit is contained in:
Toby Zerner
2015-07-31 20:17:17 +09:30
parent fde7afd3e2
commit 6f09ba6591
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
});