Move FederatedFileSharing to PSR-4
This commit is contained in:
parent
765782445a
commit
8dc25321d3
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