diff options
author | Christoph Wurst <ChristophWurst@users.noreply.github.com> | 2017-03-20 18:10:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-20 18:10:05 +0100 |
commit | 03a92eaf74ea3898f67a12e3c19216683abb44d8 (patch) | |
tree | 533fa317e6b1ef57a4a3f391b84e9778268b2312 /lib/public | |
parent | be9ae45a4b8ced2173d1322a2d78a670e706e878 (diff) | |
parent | 5795482282bed45c678b26799da83e4da4ae2978 (diff) | |
download | nextcloud-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.php | 1 |
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); |