mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-02-11 12:09:36 +00:00
Make maintenance command available under partdb:maintenance-mode to make it more consistent with other hyphen command tools
This commit is contained in:
parent
9ca1834d9b
commit
a755287c3b
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ use Symfony\Component\Console\Input\InputOption;
|
||||||
use Symfony\Component\Console\Output\OutputInterface;
|
use Symfony\Component\Console\Output\OutputInterface;
|
||||||
use Symfony\Component\Console\Style\SymfonyStyle;
|
use Symfony\Component\Console\Style\SymfonyStyle;
|
||||||
|
|
||||||
#[AsCommand('partdb:maintenance_mode', 'Enable/disable maintenance mode and set a message')]
|
#[AsCommand('partdb:maintenance-mode', 'Enable/disable maintenance mode and set a message')]
|
||||||
class MaintenanceModeCommand extends Command
|
class MaintenanceModeCommand extends Command
|
||||||
{
|
{
|
||||||
public function __construct(
|
public function __construct(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue