mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 13:02:24 +08:00
MigrationInterface extracted
This commit is contained in:
@ -16,7 +16,6 @@ use yii\helpers\FileHelper;
|
||||
* BaseMigrateController is base class for migrate controllers.
|
||||
*
|
||||
* @author Qiang Xue <qiang.xue@gmail.com>
|
||||
* @author Klimov Paul <klimov@zfort.com>
|
||||
* @since 2.0
|
||||
*/
|
||||
abstract class BaseMigrateController extends Controller
|
||||
@ -528,7 +527,7 @@ abstract class BaseMigrateController extends Controller
|
||||
/**
|
||||
* Creates a new migration instance.
|
||||
* @param string $class the migration class name
|
||||
* @return \yii\db\Migration the migration instance
|
||||
* @return \yii\db\MigrationInterface the migration instance
|
||||
*/
|
||||
protected function createMigration($class)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user