Fixed ZipArchive not found

pull/462/head
Tobias Reich 8 years ago
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…
Cancel
Save