Merge pull request #9440 from arogachev/patch-1

Removed yii\db\Schema from use section
This commit is contained in:
Alexander Makarov
2015-08-17 12:49:00 +03:00

View File

@@ -8,11 +8,11 @@
echo "<?php\n";
?>
use yii\db\Schema;
use yii\db\Migration;
class <?= $className ?> extends Migration
{
public function up()
{