@@ -37,7 +37,6 @@ |
||
37 | 37 | use daita\MySmallPhpTools\Traits\TArrayTools; |
38 | 38 | use OC\URLGenerator; |
39 | 39 | use OCA\Circles\AppInfo\Application; |
40 | -use OCA\Circles\Exceptions\UnknownInterfaceException; |
|
41 | 40 | use OCA\Circles\Service\ConfigService; |
42 | 41 | use OCA\Circles\Service\InterfaceService; |
43 | 42 | use OCA\Circles\Service\RemoteStreamService; |
@@ -61,7 +61,6 @@ |
||
61 | 61 | use OCP\AppFramework\Http; |
62 | 62 | use OCP\IURLGenerator; |
63 | 63 | use ReflectionClass; |
64 | -use ReflectionException; |
|
65 | 64 | |
66 | 65 | |
67 | 66 | /** |