diff options
Diffstat (limited to 'core/Command/Background/Base.php')
-rw-r--r-- | core/Command/Background/Base.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/Command/Background/Base.php b/core/Command/Background/Base.php index a00a8fe4c51..41466660000 100644 --- a/core/Command/Background/Base.php +++ b/core/Command/Background/Base.php @@ -37,8 +37,6 @@ use Symfony\Component\Console\Output\OutputInterface; * Subclasses will override the getMode() function to specify the mode to configure. */ abstract class Base extends Command { - - abstract protected function getMode(); /** |