Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-07-13 13:50:54 +0300
committerGitHub <noreply@github.com>2020-07-13 13:50:54 +0300
commit36bb0d34af7714883eb70da674e7d26914298a74 (patch)
tree39d90aba4ca1c40ddf75e3d21aab909ab5a235d6 /appinfo
parentaf0b1e4c9422f8c1013545e1c6aa7d012899e32c (diff)
parent28639b5ddf270a4979ab3b8301d9cd414e0c3f9b (diff)
Merge pull request #389 from nextcloud/stb19/add-php-csv19.0.1
Add php cs
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index 12482fcd..d92d2370 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -21,4 +21,5 @@
*
*/
use OCA\Photos\AppInfo\Application;
+
\OC::$server->query(Application::class);