diff --git a/framework/console/controllers/MigrateController.php b/framework/console/controllers/MigrateController.php index 8ed9994733..6534699182 100644 --- a/framework/console/controllers/MigrateController.php +++ b/framework/console/controllers/MigrateController.php @@ -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.