diff options
Diffstat (limited to 'apps/files_external/lib/Config/SimpleSubstitutionTrait.php')
-rw-r--r-- | apps/files_external/lib/Config/SimpleSubstitutionTrait.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/lib/Config/SimpleSubstitutionTrait.php b/apps/files_external/lib/Config/SimpleSubstitutionTrait.php index 05bd529f1c1..1dc5f16779c 100644 --- a/apps/files_external/lib/Config/SimpleSubstitutionTrait.php +++ b/apps/files_external/lib/Config/SimpleSubstitutionTrait.php @@ -34,7 +34,7 @@ trait SimpleSubstitutionTrait { * @var string the placeholder without $ prefix * @since 16.0.0 */ - private $placeholder; + protected $placeholder; /** @var string */ protected $sanitizedPlaceholder; |