Commit cafc6565 by Alexander Makarov

Merge pull request #4157 from Ragazzo/migration_template_fixed

migration fixed
parents bc40924a 583a562b
...@@ -9,8 +9,9 @@ echo "<?php\n"; ...@@ -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()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment