Browse Source

fixed namespace

tags/2.0.0-beta
Alexander Makarov 12 years ago
parent
commit
418299ad15
  1. 2
      framework/util/ConsoleColor.php

2
framework/util/ConsoleColor.php

@ -7,7 +7,7 @@
* @license http://www.yiiframework.com/license/
*/
namespace yii\console;
namespace yii\util;
// todo define how subclassing will work
// todo add a run() or render() method

Loading…
Cancel
Save