Skip to content

Commit

Permalink
fixed namespace to hiqdev\hiar
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Apr 17, 2015
1 parent c6d7f10 commit 92d2b45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ActiveDataProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
* @license http://hiqdev.com/yii2-hiar/license
*/

namespace frontend\components\hiresource;
namespace hiqdev\hiar;


class ActiveDataProvider extends \yii\data\ActiveDataProvider
{

}
}
4 changes: 2 additions & 2 deletions ActiveQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @license http://hiqdev.com/yii2-hiar/license
*/

namespace frontend\components\hiresource;
namespace hiqdev\hiar;

use frontend\components\Re;
use yii\db\ActiveQueryInterface;
Expand Down Expand Up @@ -231,4 +231,4 @@ public function getList ($as_array = true, $db = null, $options = []) {
// return $this->createCommand($db)->getList($options);
return $as_array ? ArrayHelper::map($result, 'gl_key', function ($o) { return Re::l($o->gl_value); }) : $result;
}
}
}

0 comments on commit 92d2b45

Please sign in to comment.