Skip to content

Commit 50705fe

Browse files
authored
Merge pull request #24 from dizews/patch-1
added directoryPerm
2 parents 81dc2a2 + 8316ef4 commit 50705fe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/SftpFilesystem.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ class SftpFilesystem extends Filesystem
5454
* @var integer
5555
*/
5656
public $permPublic;
57+
/**
58+
* @var integer
59+
*/
60+
public $directoryPerm;
5761

5862
/**
5963
* @inheritdoc
@@ -96,6 +100,7 @@ protected function prepareAdapter()
96100
'privateKey',
97101
'permPrivate',
98102
'permPublic',
103+
'directoryPerm',
99104
] as $name) {
100105
if ($this->$name !== null) {
101106
$config[$name] = $this->$name;

0 commit comments

Comments
 (0)