From ff3a20a7855416b20ca7662698fb69d15340fb4f Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Tue, 6 May 2014 21:01:37 +0400 Subject: [PATCH] Removed duplicate property --- framework/console/controllers/MigrateController.php | 4 ---- 1 file changed, 4 deletions(-) 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.