Skip to content

Commit 1782816

Browse files
committed
typo fixed
1 parent 6852b24 commit 1782816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Service/ServiceInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ interface ServiceInterface
2323
public const SERVICE_DB_SALES = 'mysql-sales';
2424
public const SERVICE_NGINX = 'nginx';
2525
public const SERVICE_REDIS = 'redis';
26-
public const SERVICE_VALKEY = 'vakey';
26+
public const SERVICE_VALKEY = 'valkey';
2727
public const SERVICE_ELASTICSEARCH = 'elasticsearch';
2828
public const SERVICE_OPENSEARCH = 'opensearch';
2929
public const SERVICE_RABBITMQ = 'rabbitmq';

0 commit comments

Comments
 (0)