1
0
Fork 0
mirror of https://github.com/Findus23/devicedetector.net.git synced 2024-09-19 15:43:46 +02:00
devicedetector.net/src/IconPath.php

16 lines
197 B
PHP
Raw Normal View History

2019-04-09 20:36:39 +02:00
<?php
namespace DeviceDetectorNet;
use DeviceDetector\DeviceDetector;
class IconPath {
private $dd;
public function __construct(DeviceDetector $dd) {
$this->dd = $dd;
}
}