summaryrefslogtreecommitdiffstats
path: root/apps/files/lib/Controller/AjaxController.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/lib/Controller/AjaxController.php')
-rw-r--r--apps/files/lib/Controller/AjaxController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files/lib/Controller/AjaxController.php b/apps/files/lib/Controller/AjaxController.php
index 00637cc0936..52b774915ea 100644
--- a/apps/files/lib/Controller/AjaxController.php
+++ b/apps/files/lib/Controller/AjaxController.php
@@ -33,7 +33,6 @@ use OCP\Files\NotFoundException;
use OCP\IRequest;
class AjaxController extends Controller {
-
public function __construct(string $appName, IRequest $request) {
parent::__construct($appName, $request);
}