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.
1 parent 2349954 commit 01e0be5Copy full SHA for 01e0be5
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