diff options
author | Christopher Thomas <smiley.culture@gmail.com> | 2022-03-18 19:34:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-18 19:34:17 +0000 |
commit | a3643727ec1f398b3e8e2fc7e4160e3346b8fe99 (patch) | |
tree | 7cff904b24d95a57f9f9f2f104b0a3a3e1e4055f /database/migrations | |
parent | f4b0cceffa954055824fb64140a732e52f8f07b3 (diff) |
Update ScormDisk.php
Added forward compatibility with flysystem API v2 while maintaining V1 compatibility.
Notable changes for ScormDisk.php -
- $filesystem->createDir($path);
+ $filesystem->createDirectory($path);
- $filesystem->putStream($path, $contents);
+ $filesystem->writeStream($path, $contents);
Diffstat (limited to 'database/migrations')
0 files changed, 0 insertions, 0 deletions