| Current Path : /var/www/html/dvs/frontend/config/ |
| Current File : /var/www/html/dvs/frontend/config/portal.php |
<?php
Yii::setAlias('@portalconfig', realpath(dirname(__FILE__).'/'));
/**
* trait -> namespace of module to be load
*/
return [
'trait' => [
'common\components\PortalModule',
'common\components\PortalModuleExtension'
],
];