Minor fix

This commit is contained in:
Matias Griese
2019-03-19 16:42:06 +02:00
parent 982b12a239
commit 0dc3e5806e

View File

@@ -27,7 +27,7 @@ abstract class AbstractMedia implements ExportInterface, MediaCollectionInterfac
use Iterator;
use Export;
protected $items;
protected $items = [];
protected $path;
protected $images = [];
protected $videos = [];