mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Merge pull request #24701 from owncloud/federatedfilesharing-psr4
Move FederatedFileSharing to PSR-4
This commit is contained in:
commit
e16589a16d
12 changed files with 1 additions and 3 deletions
|
|
@ -19,7 +19,5 @@
|
|||
*
|
||||
*/
|
||||
|
||||
namespace OCA\FederatedFileSharing\AppInfo;
|
||||
|
||||
$app = new Application('federatedfilesharing');
|
||||
$app = new \OCA\FederatedFileSharing\AppInfo\Application('federatedfilesharing');
|
||||
$app->registerSettings();
|
||||
|
|
|
|||
Loading…
Reference in a new issue