mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-16 07:11:19 +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";
|
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()
|
||||||
|
Reference in New Issue
Block a user