Skip to content

Commit 15b98be

Browse files
committed
Changed from createDir tocreateDirectory due to flySystem update
1 parent da9e202 commit 15b98be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Manager/ScormDisk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function unzipper($file, $target_dir)
3030
$zipEntryName = $unzipper->getNameIndex($i);
3131
$destination = $this->join($target_dir, $this->cleanPath($zipEntryName));
3232
if ($this->isDirectory($zipEntryName)) {
33-
$disk->createDir($destination);
33+
$disk->createDirectory($destination);
3434
continue;
3535
}
3636
$disk->writeStream($destination, $unzipper->getStream($zipEntryName));

0 commit comments

Comments
 (0)