Add missing dynamic property $sharingNgContext

This commit is contained in:
Deyan Zhekov
2025-03-31 17:05:48 +03:00
parent 7a2434a7ed
commit 65f2fac208

View File

@@ -39,6 +39,7 @@ class OcmContext implements Context {
private FeatureContext $featureContext;
private SpacesContext $spacesContext;
private ArchiverContext $archiverContext;
private SharingNgContext $sharingNgContext;
private string $invitationToken;
private array $acceptedUsers = ["LOCAL" => [], "REMOTE" => []];