mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 05:48:11 +08:00
Removed duplicate property
This commit is contained in:
@ -80,10 +80,6 @@ class MigrateController extends Controller
|
||||
* or a file path.
|
||||
*/
|
||||
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
|
||||
* component ID of the DB connection.
|
||||
|
||||
Reference in New Issue
Block a user