Fixed ZipArchive not found

This commit is contained in:
Tobias Reich 2016-01-30 23:24:08 +01:00
parent e2eaa38b9c
commit b78cc31127
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,8 @@
namespace Lychee\Modules;
use ZipArchive;
final class Album {
private $albumIDs = null;

View File

@ -2,6 +2,8 @@
namespace Lychee\Modules;
use ZipArchive;
final class Photo {
private $photoIDs = null;