for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace EndorphinStudio\Detector\Detection;
use EndorphinStudio\Detector\Tools;
class DeviceDetector extends BrowserDetector
{
protected $configKey = 'device';
}