File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
apps/dav/lib/Provisioning/Apple Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 2323
2424namespace OCA \DAV \Provisioning \Apple ;
2525
26- use OCA \Theming \ThemingDefaults ;
2726use OCP \IL10N ;
2827use OCP \IRequest ;
2928use OCP \IURLGenerator ;
3029use OCP \IUserSession ;
3130use Sabre \DAV \Server ;
3231use Sabre \DAV \ServerPlugin ;
33- use Sabre \DAV \UUIDUtil ;
3432use Sabre \HTTP \RequestInterface ;
3533use Sabre \HTTP \ResponseInterface ;
3634
@@ -52,7 +50,7 @@ class AppleProvisioningPlugin extends ServerPlugin {
5250 protected $ userSession ;
5351
5452 /**
55- * @var ThemingDefaults
53+ * @var \OC_Defaults
5654 */
5755 protected $ themingDefaults ;
5856
@@ -76,13 +74,13 @@ class AppleProvisioningPlugin extends ServerPlugin {
7674 *
7775 * @param IUserSession $userSession
7876 * @param IURLGenerator $urlGenerator
79- * @param ThemingDefaults $themingDefaults
77+ * @param \OC_Defaults $themingDefaults
8078 * @param IRequest $request
8179 * @param IL10N $l10n
8280 * @param \closure $uuidClosure
8381 */
8482 public function __construct (IUserSession $ userSession , IURLGenerator $ urlGenerator ,
85- ThemingDefaults $ themingDefaults , IRequest $ request ,
83+ \ OC_Defaults $ themingDefaults , IRequest $ request ,
8684 IL10N $ l10n , \closure $ uuidClosure ) {
8785 $ this ->userSession = $ userSession ;
8886 $ this ->urlGenerator = $ urlGenerator ;
You can’t perform that action at this time.
0 commit comments