Browse Source

Fix "never catch" catches in OC_App

Need to check another legacy. Need to explicitly add to use or do not forget add slash `\`
pull/28138/head
zorn-v 5 years ago
committed by John Molakvoæ (Rebase PR Action)
parent
commit
9cb0b8c713
  1. 1
      lib/private/legacy/OC_App.php

1
lib/private/legacy/OC_App.php

@ -63,6 +63,7 @@ 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