Skip to content

Commit 1344965

Browse files
committed
Moves metrics class into a right place
1 parent 4d9aa12 commit 1344965

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/src/Application/Job/DockerDataCollector.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace App\Application\Job;
66

7-
use App\Application\Bootloader\DockerMetrics;
7+
use App\Application\Metrics\DockerMetrics;
88
use App\Infrastructure\Docker\ClientInterface;
99
use Psr\Log\LoggerInterface;
1010
use Spiral\Exceptions\ExceptionReporterInterface;

app/src/Application/Bootloader/DockerMetrics.php renamed to app/src/Application/Metrics/DockerMetrics.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33
declare(strict_types=1);
44

5-
namespace App\Application\Bootloader;
5+
namespace App\Application\Metrics;
66

7-
use App\Application\Metrics\DockerCollectors;
87
use Spiral\RoadRunner\Metrics\MetricsInterface;
98

109
final class DockerMetrics

0 commit comments

Comments
 (0)