reverted wrong changes after #2764

- readded removed file
- readded use statement to migration template
This commit is contained in:
Carsten Brandt
2014-03-16 21:01:53 +01:00
parent 64997fd5e3
commit dbc6d106b4
2 changed files with 484 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

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