mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-26 20:00:06 +08:00
Merge pull request #4157 from Ragazzo/migration_template_fixed
migration fixed
This commit is contained in:
@@ -9,8 +9,9 @@ echo "<?php\n";
|
|||||||
?>
|
?>
|
||||||
|
|
||||||
use yii\db\Schema;
|
use yii\db\Schema;
|
||||||
|
use yii\db\Migration;
|
||||||
|
|
||||||
class <?= $className ?> extends \yii\db\Migration
|
class <?= $className ?> extends Migration
|
||||||
{
|
{
|
||||||
public function up()
|
public function up()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user