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