1
0
mirror of https://github.com/flarum/core.git synced 2025-08-02 22:47:33 +02:00

Removed accidential comment

This commit is contained in:
Alexander Skvortsov
2020-04-29 23:58:37 -04:00
committed by David Sevilla Martín
parent 14ea7101fc
commit ef9612f55e

View File

@@ -113,7 +113,7 @@ export default abstract class Application {
}
boot() {
//this.initializers.toArray().forEach((initializer) => initializer(this));
this.initializers.toArray().forEach((initializer) => initializer(this));
this.store.pushPayload({ data: this.data.resources });