Skip to content

Commit

Permalink
Add namespaces for migration classes
Browse files Browse the repository at this point in the history
  • Loading branch information
uagrace committed Jan 29, 2017
1 parent ca4363f commit 0a0050b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions migrations/m010101_100001_init_comment.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

namespace yii2mod\comments\migrations;

use yii\db\Migration;

/**
Expand Down
2 changes: 2 additions & 0 deletions migrations/m160629_121330_add_relatedTo_column_to_comment.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

namespace yii2mod\comments\migrations;

use yii\db\Migration;

/**
Expand Down
2 changes: 2 additions & 0 deletions migrations/m161109_092304_rename_comment_table.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

namespace yii2mod\comments\migrations;

use yii\db\Migration;

class m161109_092304_rename_comment_table extends Migration
Expand Down
2 changes: 2 additions & 0 deletions migrations/m161114_094902_add_url_column_to_comment_table.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

namespace yii2mod\comments\migrations;

use yii\db\Migration;

/**
Expand Down

0 comments on commit 0a0050b

Please sign in to comment.