mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-12 03:30:12 +08:00
Removed duplicate property
This commit is contained in:
@@ -80,10 +80,6 @@ class MigrateController extends Controller
|
|||||||
* or a file path.
|
* or a file path.
|
||||||
*/
|
*/
|
||||||
public $templateFile = '@yii/views/migration.php';
|
public $templateFile = '@yii/views/migration.php';
|
||||||
/**
|
|
||||||
* @var boolean whether to execute the migration in an interactive mode.
|
|
||||||
*/
|
|
||||||
public $interactive = true;
|
|
||||||
/**
|
/**
|
||||||
* @var Connection|string the DB connection object or the application
|
* @var Connection|string the DB connection object or the application
|
||||||
* component ID of the DB connection.
|
* component ID of the DB connection.
|
||||||
|
|||||||
Reference in New Issue
Block a user