Skip to content

Commit

Permalink
fixed configs again
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Jan 24, 2017
1 parent e72ea42 commit e1aab41
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
"config-plugin": {
"params": "src/config/params.php",
"common": "src/config/common.php",
"hisite": "src/config/common.php",
"hidev": "src/config/common.php"
"hisite": "src/config/hisite.php",
"hidev": "src/config/hidev.php"
}
},
"repositories": [
Expand Down
11 changes: 11 additions & 0 deletions src/config/hidev.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php
/**
* Tools to use API as ActiveRecord for Yii2
*
* @link https://github.com/hiqdev/yii2-hiart
* @package yii2-hiart
* @license BSD-3-Clause
* @copyright Copyright (c) 2015-2017, HiQDev (http://hiqdev.com/)
*/

return require './common.php';
11 changes: 11 additions & 0 deletions src/config/hisite.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php
/**
* Tools to use API as ActiveRecord for Yii2
*
* @link https://github.com/hiqdev/yii2-hiart
* @package yii2-hiart
* @license BSD-3-Clause
* @copyright Copyright (c) 2015-2017, HiQDev (http://hiqdev.com/)
*/

return require './common.php';

0 comments on commit e1aab41

Please sign in to comment.