Skip to content

Commit a7a6871

Browse files
author
anahan
committed
Pass ip tag for php cli mode
1 parent 0cf3b8e commit a7a6871

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/Process/CliProcess.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
<?php
2-
declare(strict_types=1);
2+
3+
declare(strict_types = 1);
34

45
namespace Jaeger\Process;
56

67
class CliProcess extends AbstractProcess
78
{
9+
public function __construct(string $serviceName)
10+
{
11+
parent::__construct($serviceName, [new ProcessIpTag()]);
12+
}
813
}

0 commit comments

Comments
 (0)