We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2349954 + 01e0be5 commit 65edbc2Copy full SHA for 65edbc2
Profile.php
@@ -21,7 +21,7 @@ class Profile {
21
/** @var array the options we use to query the files to sync */
22
protected $syncoptions;
23
/** @var array the list of files to sync */
24
- protected $synclist = [];
+ protected $synclist = [self::TYPE_PAGES => [], self::TYPE_MEDIA => []];
25
26
/**
27
* Profile constructor.
0 commit comments