Skip to content

Commit

Permalink
gid rid of warning in the logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ariselseng committed May 2, 2021
1 parent f2ef84d commit 3234075
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appinfo/app.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php

$app = new \OCA\CameraRawPreviews\AppInfo\Application;
use \OCA\CameraRawPreviews\AppInfo\Application;

$app = \OC::$server->query(Application::class);
$app->register();

0 comments on commit 3234075

Please sign in to comment.