Your IP : 216.73.216.79


Current Path : /var/www/html/dvs/frontend/config/
Upload File :
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'
    ],
];