summaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2017-03-20 18:10:05 +0100
committerGitHub <noreply@github.com>2017-03-20 18:10:05 +0100
commit03a92eaf74ea3898f67a12e3c19216683abb44d8 (patch)
tree533fa317e6b1ef57a4a3f391b84e9778268b2312 /lib/public
parentbe9ae45a4b8ced2173d1322a2d78a670e706e878 (diff)
parent5795482282bed45c678b26799da83e4da4ae2978 (diff)
downloadnextcloud-server-03a92eaf74ea3898f67a12e3c19216683abb44d8.tar.gz
nextcloud-server-03a92eaf74ea3898f67a12e3c19216683abb44d8.zip
Merge pull request #3957 from nextcloud/downstream-27307
Follow up to #3949 (app exists on enable)
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/App/IAppManager.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/App/IAppManager.php b/lib/public/App/IAppManager.php
index 72c99777124..107297bc890 100644
--- a/lib/public/App/IAppManager.php
+++ b/lib/public/App/IAppManager.php
@@ -57,6 +57,7 @@ interface IAppManager {
* Enable an app for every user
*
* @param string $appId
+ * @throws AppPathNotFoundException
* @since 8.0.0
*/
public function enableApp($appId);