Skip to content

Commit a5389c8

Browse files
committed
Update BrowserClient.php
1 parent 7a65189 commit a5389c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BrowserClient.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ protected function getStorageDirectory()
3939
return static::$storage_dir ? static::$storage_dir : sys_get_temp_dir();
4040
}
4141

42+
// TODO: make this apply across all previous browser sessions too
4243
public static function setStorageDirectory($path)
4344
{
4445
static::$storage_dir = $path;

0 commit comments

Comments
 (0)