We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c0cc10 commit 1761a10Copy full SHA for 1761a10
framework/views/migration.php
@@ -14,13 +14,22 @@
14
15
use yii\db\Migration;
16
17
+/**
18
+ * Class <?= $className . "\n" ?>
19
+ */
20
class <?= $className ?> extends Migration
21
{
22
+ /**
23
+ * @inheritdoc
24
25
public function safeUp()
26
27
28
}
29
30
31
32
33
public function safeDown()
34
35
echo "<?= $className ?> cannot be reverted.\n";
0 commit comments