File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
lib/private/AppFramework/Bootstrap Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
66 * SPDX-License-Identifier: AGPL-3.0-only
77 */
8- namespace OC \Core ;
8+ namespace OC \Core \ AppInfo ;
99
1010use OC \Authentication \Events \RemoteWipeFinished ;
1111use OC \Authentication \Events \RemoteWipeStarted ;
Original file line number Diff line number Diff line change 99
1010namespace OC \AppFramework \Bootstrap ;
1111
12- use OC \Core \Application ;
12+ use OC \Core \AppInfo \ Application as CoreApplication ;
1313use OC \Support \CrashReport \Registry ;
1414use OC_App ;
1515use OCP \App \AppPathNotFoundException ;
@@ -83,7 +83,7 @@ private function registerApps(array $appIds): void {
8383 * the \OCP\AppFramework\Bootstrap\IBootstrap interface
8484 */
8585 if ($ appId === 'core ' ) {
86- $ applicationClassName = Application ::class;
86+ $ applicationClassName = CoreApplication ::class;
8787 } else {
8888 $ appNameSpace = App::buildAppNamespace ($ appId );
8989 $ applicationClassName = $ appNameSpace . '\\AppInfo \\Application ' ;
You can’t perform that action at this time.
0 commit comments