From 0a0050b6a7893911fd3482ef8d819dc2d47ac126 Mon Sep 17 00:00:00 2001 From: uagrace Date: Sun, 29 Jan 2017 20:48:41 +0200 Subject: [PATCH] Add namespaces for migration classes --- migrations/m010101_100001_init_comment.php | 2 ++ migrations/m160629_121330_add_relatedTo_column_to_comment.php | 2 ++ migrations/m161109_092304_rename_comment_table.php | 2 ++ migrations/m161114_094902_add_url_column_to_comment_table.php | 2 ++ 4 files changed, 8 insertions(+) diff --git a/migrations/m010101_100001_init_comment.php b/migrations/m010101_100001_init_comment.php index e1290a6..ba99a97 100644 --- a/migrations/m010101_100001_init_comment.php +++ b/migrations/m010101_100001_init_comment.php @@ -1,5 +1,7 @@