Skip to content

Commit 91a6dd8

Browse files
author
Bastian Schwarz
committed
Fixed a typo in namespace. Not a breaking change since this never worked as the interface was not found by autoloading
1 parent d315de1 commit 91a6dd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Client/ClientInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php declare(strict_types=1);
22

3-
namespace de\codenamephp\platfrom\secretsManager\base\Client;
3+
namespace de\codenamephp\platform\secretsManager\base\Client;
44

55
use de\codenamephp\platform\secretsManager\base\Secret\Payload\PayloadInterface;
66
use de\codenamephp\platform\secretsManager\base\Secret\SecretInterface;

0 commit comments

Comments
 (0)