diff options
author | Robin Appelman <robin@icewind.nl> | 2020-04-23 13:35:30 +0200 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2020-04-23 13:35:30 +0200 |
commit | 7a4ea4a6b60c73af8f14da21bb227b02cf2b7b90 (patch) | |
tree | abf94d66cc595c28f46787b2b5b612d0016ca6f1 /apps/files_sharing | |
parent | 436908ee3fa25ffa88f47317d532fcbf451cb56a (diff) | |
download | nextcloud-server-7a4ea4a6b60c73af8f14da21bb227b02cf2b7b90.tar.gz nextcloud-server-7a4ea4a6b60c73af8f14da21bb227b02cf2b7b90.zip |
make php-cs happy
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/lib/Controller/ShareesAPIController.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_sharing/lib/Controller/ShareesAPIController.php b/apps/files_sharing/lib/Controller/ShareesAPIController.php index bc63bfc5351..c74b626b279 100644 --- a/apps/files_sharing/lib/Controller/ShareesAPIController.php +++ b/apps/files_sharing/lib/Controller/ShareesAPIController.php @@ -48,7 +48,6 @@ use OCP\IConfig; use OCP\IRequest; use OCP\IURLGenerator; use OCP\Share\IShare; -use OCP\Share; use OCP\Share\IManager; use function usort; |