finished guide command refactoring

This commit is contained in:
Carsten Brandt
2014-03-07 13:37:58 +01:00
parent 740a769477
commit acde64c88b
10 changed files with 100 additions and 41 deletions

View File

@@ -5,7 +5,7 @@
* @license http://www.yiiframework.com/license/
*/
namespace yii\apidoc\commands;
namespace yii\apidoc\components;
use yii\apidoc\renderers\BaseRenderer;
use yii\console\Controller;