Skip to content

Commit c600afb

Browse files
author
Igor Chepurnoy
authored
Merge pull request #46 from uagrace/master
Add namespaces for migration classes
2 parents ca4363f + 0a0050b commit c600afb

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

migrations/m010101_100001_init_comment.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
namespace yii2mod\comments\migrations;
4+
35
use yii\db\Migration;
46

57
/**

migrations/m160629_121330_add_relatedTo_column_to_comment.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
namespace yii2mod\comments\migrations;
4+
35
use yii\db\Migration;
46

57
/**

migrations/m161109_092304_rename_comment_table.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
namespace yii2mod\comments\migrations;
4+
35
use yii\db\Migration;
46

57
class m161109_092304_rename_comment_table extends Migration

migrations/m161114_094902_add_url_column_to_comment_table.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
namespace yii2mod\comments\migrations;
4+
35
use yii\db\Migration;
46

57
/**

0 commit comments

Comments
 (0)