Commit dbc6d106 by Carsten Brandt

reverted wrong changes after #2764

- readded removed file - readded use statement to migration template
parent 64997fd5
...@@ -8,6 +8,8 @@ ...@@ -8,6 +8,8 @@
echo "<?php\n"; echo "<?php\n";
?> ?>
use yii\db\Schema;
class <?= $className ?> extends \yii\db\Migration class <?= $className ?> extends \yii\db\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