Browse Source

Revert "Fix "never catch" catches in OC_App"

pull/29425/head
Joas Schilling 4 years ago
committed by GitHub
parent
commit
06611e4780
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      lib/private/legacy/OC_App.php

1
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

Loading…
Cancel
Save