for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Svycka\SocialUser;
/**
* @author Vytautas Stankus <[email protected]>
* @license MIT
*/
class Module
{
public function getConfig()
$configProvider = new ConfigProvider();
return [
'service_manager' => $configProvider->getDependencyConfig(),
'svycka_social_user' => $configProvider->getModuleConfig(),
];
}