From ac25959b0298f9e0cf7c378f630a47f1effa1fae Mon Sep 17 00:00:00 2001 From: Johnny Theill Date: Mon, 27 Jan 2014 11:48:30 +0100 Subject: [PATCH] Small typo in console-migrate.md --- docs/guide/console-migrate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/console-migrate.md b/docs/guide/console-migrate.md index 7d31ca519a..b6787fcaa1 100644 --- a/docs/guide/console-migrate.md +++ b/docs/guide/console-migrate.md @@ -139,7 +139,7 @@ class m101129_185401_create_news_table extends \yii\db\Migration public function safeDown() { - $this->dropTable('tbl_news); + $this->dropTable('tbl_news'); $this->dropTable('tbl_user'); }