Skip to content

Commit e83bde5

Browse files
committed
Re-anabled the tags
1 parent 9bfb3f2 commit e83bde5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/HealthCheck/HealthCheckChain.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
class HealthCheckChain
2828
{
2929
public function __construct(
30-
#[AutowireIterator(HealthCheckInterface::class)]
30+
#[AutowireIterator(tag: 'surfnet.monitor.health_check')]
3131
private readonly iterable $healthChecks
3232
) {
3333
}

src/HealthCheck/HealthCheckInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
/**
2424
* Contract for a HealthCheck.
2525
*/
26-
#[AutoconfigureTag()]
26+
#[AutoconfigureTag('surfnet.monitor.health_check')]
2727
interface HealthCheckInterface
2828
{
2929
public function check(HealthReportInterface $report): HealthReportInterface;

0 commit comments

Comments
 (0)