Fix Markdown link to the Yii class.

This commit is contained in:
resurtm
2014-08-01 17:51:37 +06:00
parent 8f31e54d02
commit 5a8c997da4

View File

@ -97,7 +97,7 @@ class m101129_185401_create_news_table extends \yii\db\Migration
}
```
The base class [\yii\db\Migration] exposes a database connection via `db`
The base class [[\yii\db\Migration]] exposes a database connection via `db`
property. You can use it for manipulating data and schema of a database.
The column types used in this example are abstract types that will be replaced