Add exception to PHPDoc
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
50b0a4b181
commit
20c80cba6f
1 changed files with 1 additions and 0 deletions
|
@ -211,6 +211,7 @@ class AppManager implements IAppManager {
|
|||
* Enable an app for every user
|
||||
*
|
||||
* @param string $appId
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function enableApp($appId) {
|
||||
if(OC_App::getAppPath($appId) === false) {
|
||||
|
|
Loading…
Reference in a new issue