Merge pull request #4157 from Ragazzo/migration_template_fixed

migration fixed
This commit is contained in:
Alexander Makarov
2014-07-01 17:56:59 +03:00

View File

@@ -9,8 +9,9 @@ echo "<?php\n";
?>
use yii\db\Schema;
use yii\db\Migration;
class <?= $className ?> extends \yii\db\Migration
class <?= $className ?> extends Migration
{
public function up()
{