Skip to content

Commit

Permalink
added common config
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Jan 24, 2017
1 parent 976d36b commit 59b3e2e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"extra": {
"config-plugin": {
"params": "src/config/params.php",
"common": "src/config/common.php",
"hisite": "src/config/hisite.php"
}
},
Expand Down
11 changes: 11 additions & 0 deletions src/config/common.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-2016, HiQDev (http://hiqdev.com/)
*/

return [];

0 comments on commit 59b3e2e

Please sign in to comment.