We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b02bc7c + 15b98be commit d87753fCopy full SHA for d87753f
src/Manager/ScormDisk.php
@@ -30,7 +30,7 @@ function unzipper($file, $target_dir)
30
$zipEntryName = $unzipper->getNameIndex($i);
31
$destination = $this->join($target_dir, $this->cleanPath($zipEntryName));
32
if ($this->isDirectory($zipEntryName)) {
33
- $disk->createDir($destination);
+ $disk->createDirectory($destination);
34
continue;
35
}
36
$disk->writeStream($destination, $unzipper->getStream($zipEntryName));
0 commit comments