Skip to content
Snippets Groups Projects
Commit 00f811f0 authored by scolebrook's avatar scolebrook
Browse files

Changed class name to mode

parent 7151369e
No related branches found
No related tags found
No related merge requests found
......@@ -14,11 +14,11 @@ use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
class MMode extends Command {
class Mode extends Command {
protected function configure() {
$this
->setName('maintenance:mmode')
->setName('maintenance:mode')
->setDescription('set maintenance mode')
->addOption(
'on',
......
......@@ -12,7 +12,7 @@ $application->add(new OC\Core\Command\Db\GenerateChangeScript());
$application->add(new OC\Core\Command\Db\ConvertType(OC_Config::getObject(), new \OC\DB\ConnectionFactory()));
$application->add(new OC\Core\Command\Upgrade());
$application->add(new OC\Core\Command\Maintenance\SingleUser());
$application->add(new OC\Core\Command\Maintenance\MMode());
$application->add(new OC\Core\Command\Maintenance\Mode());
$application->add(new OC\Core\Command\App\Disable());
$application->add(new OC\Core\Command\App\Enable());
$application->add(new OC\Core\Command\App\ListApps());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment