summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Manager/ScormDisk.php2
-rw-r--r--src/Model/ScormModel.php1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/Manager/ScormDisk.php b/src/Manager/ScormDisk.php
index a280142..d4a6120 100644
--- a/src/Manager/ScormDisk.php
+++ b/src/Manager/ScormDisk.php
@@ -33,7 +33,7 @@ class ScormDisk
$disk->createDir($destination);
continue;
}
- $disk->putStream($destination, $unzipper->getStream($zipEntryName));
+ $disk->writeStream($destination, $unzipper->getStream($zipEntryName));
}
return true;
}
diff --git a/src/Model/ScormModel.php b/src/Model/ScormModel.php
index e7c5a16..c9992f3 100644
--- a/src/Model/ScormModel.php
+++ b/src/Model/ScormModel.php
@@ -30,6 +30,7 @@ class ScormModel extends Model
'version',
'ratio',
'uuid',
+ 'identifier',
'entry_url',
'created_at',
'updated_at',