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

github.com/nextcloud/survey_client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Controller/EndpointController.php')
-rw-r--r--lib/Controller/EndpointController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Controller/EndpointController.php b/lib/Controller/EndpointController.php
index 75dbf6d..b6ff563 100644
--- a/lib/Controller/EndpointController.php
+++ b/lib/Controller/EndpointController.php
@@ -71,7 +71,7 @@ class EndpointController extends OCSController {
$notification->setApp('survey_client');
$this->manager->markProcessed($notification);
- return new DataResponse([]);
+ return new DataResponse();
}
/**
@@ -84,7 +84,7 @@ class EndpointController extends OCSController {
$notification->setApp('survey_client');
$this->manager->markProcessed($notification);
- return new DataResponse([]);
+ return new DataResponse();
}
/**