We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1267f13 commit 3c2b470Copy full SHA for 3c2b470
src/FileApi.php
@@ -32,6 +32,8 @@ public function __construct($basepath = DIRECTORY_SEPARATOR, $visibility = 'publ
32
$basepath = mb_substr($basepath, 1, null, 'utf8');
33
}
34
35
+ $this->setBasePath($basepath);
36
+
37
$this->visibility = $visibility;
38
39
0 commit comments