Quality of life. Removing a lot of requirements etc

This commit is contained in:
2025-02-28 13:57:22 +00:00
parent e074e00c43
commit 2070c11050
13 changed files with 25 additions and 2889 deletions

View File

@@ -20,8 +20,9 @@ use DateTime;
name: 'backup',
description: 'Start backup to assigned buckets',
)]
class CommandBackup extends Command
final class CommandBackup extends Command
{
#[\Override]
protected function configure(): void
{
$this->addArgument(
@@ -43,6 +44,7 @@ class CommandBackup extends Command
* 5. Send push notifications.
* 3. Report final success
*/
#[\Override]
protected function execute(InputInterface $input, OutputInterface $output): int
{
$sio = new SymfonyStyle($input, $output);