Moved "framework" to "iii".

This commit is contained in:
Qiang Xue
2013-05-09 12:00:15 -04:00
parent 15e1a79952
commit 0d814fa523
202 changed files with 4 additions and 4 deletions

View File

@ -1,21 +0,0 @@
<?php
/**
* Filesystem helper class file.
*
* @link http://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
*/
namespace yii\helpers;
/**
* Filesystem helper
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @author Alex Makarov <sam@rmcreative.ru>
* @since 2.0
*/
class FileHelper extends base\FileHelper
{
}