Removed duplicate property

This commit is contained in:
Alexander Makarov
2014-05-06 21:01:37 +04:00
parent 0df677a064
commit ff3a20a785

View File

@ -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.