]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update core/Command/Db/Migrations/MigrateCommand.php
authorFaraz Samapoor <f.samapoor@gmail.com>
Tue, 13 Jun 2023 07:14:12 +0000 (10:44 +0330)
committerLouis <6653109+artonge@users.noreply.github.com>
Mon, 19 Jun 2023 10:55:15 +0000 (12:55 +0200)
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
core/Command/Db/Migrations/MigrateCommand.php

index b438da00541c4539b8ed1b36e3eb3e1b7698e9f6..3e11b32665a585d9d45a86c771c3227779af7fe8 100644 (file)
@@ -33,7 +33,9 @@ use Symfony\Component\Console\Input\InputInterface;
 use Symfony\Component\Console\Output\OutputInterface;
 
 class MigrateCommand extends Command implements CompletionAwareInterface {
-       public function __construct(private Connection $connection) {
+       public function __construct(
+               private Connection $connection,
+       ) {
                parent::__construct();
        }