From a5ab4aa22c47c60ab5fcf40429ab2a17f2149a02 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Tue, 7 May 2013 12:25:56 +0400 Subject: [PATCH] fix --- docs/guide/upgrade-from-v1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/upgrade-from-v1.md b/docs/guide/upgrade-from-v1.md index a82be57..f241630 100644 --- a/docs/guide/upgrade-from-v1.md +++ b/docs/guide/upgrade-from-v1.md @@ -55,7 +55,7 @@ class MyClass extends \yii\Object } } ``` -~~~ + In the above, the last parameter of the constructor must take a configuration array which contains name-value pairs for initializing the properties at the end of the constructor. You can override the `init()` method to do initialization work that should be done after