mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-14 06:11:35 +08:00
reverted wrong changes after #2764
- readded removed file - readded use statement to migration template
This commit is contained in:
File diff suppressed because one or more lines are too long
@ -8,6 +8,8 @@
|
||||
echo "<?php\n";
|
||||
?>
|
||||
|
||||
use yii\db\Schema;
|
||||
|
||||
class <?= $className ?> extends \yii\db\Migration
|
||||
{
|
||||
public function up()
|
||||
|
Reference in New Issue
Block a user