This commit is contained in:
Qiang Xue
2013-11-02 16:00:23 -04:00
parent 59f098639d
commit f424084904

View File

@@ -23,7 +23,7 @@ like the following:
}
```
You may specify a bootstrap class in the `extra` section. The class will be executed each time
You may specify a bootstrap class in the `extra` section. The `init()` method of the class will be executed each time
the Yii 2 application is responding to a request. For example,
```json