Newer
Older
<?php
/**
* Art-ER Attrattività, ricerca e territorio dell’Emilia-Romagna
* OPEN 2.0
*
*
* @category CategoryName
* @author Elite Division S.r.l.
*/
use pendalf89\filemanager\Module;
class AmosUpload extends Module
{
public $controllerNamespace = 'arter\amos\upload\controllers';
public function init()
{
parent::init(
// initialize the module with the configuration loaded from config.php
\Yii::configure($this, require(__DIR__ . DIRECTORY_SEPARATOR . 'config' . DIRECTORY_SEPARATOR . 'config.php')));
}
}