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 38f0b94..1fadc40 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;