for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace MobileDetectModule;
/**
* @author Nikola Posa <[email protected]>
*/
class Module
{
* @return array
public function getConfig()
return include __DIR__ . '/../config/module.config.php';
}