Browse Source
Revert "Fix "never catch" catches in OC_App"
pull/29425/head
Joas Schilling
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
lib/private/legacy/OC_App.php
|
|
|
@ -63,7 +63,6 @@ use OCP\Authentication\IAlternativeLogin; |
|
|
|
use OCP\ILogger; |
|
|
|
use OCP\Settings\IManager as ISettingsManager; |
|
|
|
use Psr\Log\LoggerInterface; |
|
|
|
use Throwable; |
|
|
|
|
|
|
|
/** |
|
|
|
* This class manages the apps. It allows them to register and integrate in the |
|
|
|
|