aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/Background/Ajax.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/Command/Background/Ajax.php')
-rw-r--r--core/Command/Background/Ajax.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/core/Command/Background/Ajax.php b/core/Command/Background/Ajax.php
deleted file mode 100644
index 16486649bf0..00000000000
--- a/core/Command/Background/Ajax.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-/**
- * SPDX-FileCopyrightText: 2015 Christian Kampka <christian@kampka.net>
- * SPDX-License-Identifier: MIT
- */
-namespace OC\Core\Command\Background;
-
-class Ajax extends Base {
- protected function getMode(): string {
- return 'ajax';
- }
-}