Skip to content

Commit

Permalink
Fix "never catch" catches in OC_App
Browse files Browse the repository at this point in the history
Need to check another legacy. Need to explicitly add to use or do not forget add slash `\`
  • Loading branch information
zorn-v authored and skjnldsv committed Oct 22, 2021
1 parent a9fe0fc commit 9cb0b8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/private/legacy/OC_App.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
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
Expand Down

0 comments on commit 9cb0b8c

Please sign in to comment.