Skip to content

Commit 0a0050b

Browse files
author
uagrace
committed
Add namespaces for migration classes
1 parent ca4363f commit 0a0050b

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)