fix(pebkac): missing `use OC`

Signed-off-by: Samuel <faust64@gmail.com>
This commit is contained in:
Samuel 2021-02-08 10:18:02 +01:00
parent 77825e6961
commit 28214f73f3
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
namespace OCA\FederatedFileSharing;
use OC;
use OCA\FederatedFileSharing\Events\FederatedShareAddedEvent;
use OCP\AppFramework\Http;
use OCP\BackgroundJob\IJobList;