Fixed ZipArchive not found
This commit is contained in:
parent
e2eaa38b9c
commit
b78cc31127
@ -2,6 +2,8 @@
|
||||
|
||||
namespace Lychee\Modules;
|
||||
|
||||
use ZipArchive;
|
||||
|
||||
final class Album {
|
||||
|
||||
private $albumIDs = null;
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
namespace Lychee\Modules;
|
||||
|
||||
use ZipArchive;
|
||||
|
||||
final class Photo {
|
||||
|
||||
private $photoIDs = null;
|
||||
|
Loading…
Reference in New Issue
Block a user