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

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Controller/Response.php')
-rw-r--r--lib/Controller/Response.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Controller/Response.php b/lib/Controller/Response.php
index 75064e7d..9dac6506 100644
--- a/lib/Controller/Response.php
+++ b/lib/Controller/Response.php
@@ -27,7 +27,7 @@ use \OCP\AppFramework\Http\JSONResponse;
trait Response {
- protected function generateResponse (Closure $callback) {
+ protected function generateResponse(Closure $callback) {
try {
$message = [
'status' => 'success',