mirror of
https://github.com/flarum/core.git
synced 2025-08-03 15:07:53 +02:00
Removed accidential comment
This commit is contained in:
committed by
David Sevilla Martín
parent
14ea7101fc
commit
ef9612f55e
@@ -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 });
|
||||
|
||||
|
Reference in New Issue
Block a user