Commit 583a562b by Mark

migration fixed

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