init
This commit is contained in:
7
vendor/yiisoft/yii2/views/_addComments.php
vendored
Normal file
7
vendor/yiisoft/yii2/views/_addComments.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
/**
|
||||
* Creates a call for the method `yii\db\Migration::createTable()`
|
||||
*/
|
||||
/* @var $table string the name table */
|
||||
/* @var $tableComment string the comment table */
|
||||
?> $this->addCommentOnTable('<?= $table ?>', '<?= $tableComment ?>');
|
||||
Reference in New Issue
Block a user