Skip to content

Commit

Permalink
+ detect HIDEV_VENDOR_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Oct 15, 2016
1 parent a6d06bf commit 9971c91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/config/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
* @copyright Copyright (c) 2015-2016, HiQDev (http://hiqdev.com/)
*/

if (!defined('HIDEV_VENDOR_DIR')) {
define('HIDEV_VENDOR_DIR', dirname(dirname(dirname(dirname(__DIR__)))));
}

return [
'id' => 'hidev',
'name' => 'HiDev',
Expand Down

0 comments on commit 9971c91

Please sign in to comment.