Skip to content

Commit e941739

Browse files
authored
Merge pull request absolute-quantum#50 from phansys/secret_fs
Remove unused private property `SecretFactory::$fs`
2 parents da891f4 + b36aafb commit e941739

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Factories/SecretFactory.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ class SecretFactory
1818
* @var bool
1919
*/
2020
private $enableSecretCreation;
21-
/**
22-
* @var Filesystem
23-
*/
24-
private $fs;
2521

2622
public function __construct(string $secretDirectory, bool $enableSecretCreation)
2723
{

0 commit comments

Comments
 (0)