From dcca0bcf44a526b9619fc3333c20b08e47f0087b Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Fri, 1 Feb 2013 15:16:38 -0500 Subject: [PATCH] moved ConsoleColor. --- framework/{console/View.php => util/ConsoleColor.php} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename framework/{console/View.php => util/ConsoleColor.php} (99%) diff --git a/framework/console/View.php b/framework/util/ConsoleColor.php similarity index 99% rename from framework/console/View.php rename to framework/util/ConsoleColor.php index 38f0b941ea..1fadc404e7 100644 --- a/framework/console/View.php +++ b/framework/util/ConsoleColor.php @@ -1,6 +1,6 @@ * @since 2.0 */ -class View extends \yii\base\Component +class ConsoleColor { const FG_BLACK = 30; const FG_RED = 31;