We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed96925 commit d3c5c6dCopy full SHA for d3c5c6d
1 file changed
lib/Preview/Office.php
@@ -5,6 +5,7 @@
5
*/
6
namespace OCA\Richdocuments\Preview;
7
8
+use OCA\Richdocuments\AppConfig;
9
use OCA\Richdocuments\Capabilities;
10
use OCA\Richdocuments\Service\RemoteService;
11
use OCP\Files\File;
@@ -20,6 +21,7 @@ abstract class Office implements IProviderV2 {
20
21
public function __construct(
22
private RemoteService $remoteService,
23
private LoggerInterface $logger,
24
+ private AppConfig $appConfig,
25
Capabilities $capabilities,
26
) {
27
$this->capabilities = $capabilities->getCapabilities()['richdocuments'] ?? [];
0 commit comments