Skip to content

Commit 4821b1a

Browse files
committed
Make basedir a private property
1 parent 85afb56 commit 4821b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HordeLocalFileWriter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class HordeLocalFileWriter
2828
* @param string $baseDir
2929
* @param string[] $apps
3030
*/
31-
public function __construct(Filesystem $filesystem, string $baseDir, array $apps, private string $mode = 'symlink')
31+
public function __construct(Filesystem $filesystem, private string $baseDir, array $apps, private string $mode = 'symlink')
3232
{
3333
$this->filesystem = $filesystem;
3434
$this->configDir = $baseDir . '/var/config';

0 commit comments

Comments
 (0)