adjusted docs about #7347

This commit is contained in:
Carsten Brandt
2015-02-19 13:44:05 +01:00
parent 4871feec8b
commit 2b6de9665e

View File

@ -64,8 +64,9 @@ class MigrateController extends BaseMigrateController
*/ */
public $templateFile = '@yii/views/migration.php'; public $templateFile = '@yii/views/migration.php';
/** /**
* @var Connection|string the DB connection object or the application * @var Connection|array|string the DB connection object or the application component ID of the DB connection to use
* component ID of the DB connection. * when applying migrations. Starting from version 2.0.3, this can also be a configuration array
* for creating the object.
*/ */
public $db = 'db'; public $db = 'db';