Skip to content

Commit 8205ea5

Browse files
committed
fix: remove duplicate mount property declaration
Signed-off-by: Vitor Mattos <vitor@php.rio>
1 parent bd9a06f commit 8205ea5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/SecretStore/OpenBaoSecretStore.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
class OpenBaoSecretStore implements SecretStoreInterface
2626
{
2727
private readonly Client $vault;
28-
private readonly string $mount;
2928

3029
public function __construct(
3130
private readonly string $addr,

0 commit comments

Comments
 (0)