ActivityLog\Module::getConfig PHP 메소드

getConfig() 공개 메소드

Get module configuration
public getConfig ( ) : array
리턴 array
    public function getConfig()
    {
        return include __DIR__ . '/config/module.config.php';
    }