@@ -4,8 +4,6 @@ |
||
4 | 4 | namespace EndorphinStudio\Detector\Detection; |
5 | 5 | |
6 | 6 | |
7 | -use EndorphinStudio\Detector\Data\AbstractData; |
|
8 | -use EndorphinStudio\Detector\Data\Os; |
|
9 | 7 | use EndorphinStudio\Detector\Tools; |
10 | 8 | |
11 | 9 | class OsDetector extends AbstractDetection |
@@ -10,7 +10,6 @@ |
||
10 | 10 | namespace EndorphinStudio\Detector\Storage; |
11 | 11 | |
12 | 12 | use Symfony\Component\Yaml\Parser; |
13 | -use Symfony\Component\Yaml\Yaml; |
|
14 | 13 | |
15 | 14 | /** |
16 | 15 | * Class YamlStorage |